home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.atari.8bit
- Path: sparky!uunet!caen!mtu.edu!news
- From: jjmcwill@next3 (Jeffrey J. McWilliams)
- Subject: Re: Need Action! help
- Message-ID: <1992Dec14.125810.5482@mtu.edu>
- Sender: news@mtu.edu
- Nntp-Posting-Host: next2.mathlab.mtu.edu
- Reply-To: jjmcwill@mathlab.mtu.edu
- Organization: Michigan Technological University
- References: <71422@cup.portal.com>
- Date: Mon, 14 Dec 1992 12:58:10 GMT
- Lines: 37
-
- In article <71422@cup.portal.com> Rick_Michael_Cortese@cup.portal.com writes:
- {}
-
- Rick,
-
- Wow, neato. Okay, one more question. You say you need:
-
- PROC SDXdummy()
- RETURN
-
- at the beginning of the program.
-
- But I want to declare some global variables, and I have some define's
- to change the FI to endif, blah blah blah. So would I just do something
- like:
-
- PROC SDXdummy()
- RETURN
-
- MODULE
-
- DEFINE endif="FI", end="OD"
-
- TYPE wierdrec=[INT i1, i2
- BYTE b1,b2]
-
- main()
-
- .
- .
- .
-
- RETURN
-
- and that would be it, no muss no fuss?
- --
- Jeff McWilliams jjmcwill@mathlab.mtu.edu EE Engineer --> Michigan Tech.
-