home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.modula2
- Path: sparky!uunet!demos!news-server
- From: David Tolpin <dat@infos.msk.su>
- Subject: Re: DOS compilers
- References: <66.67.256.0.C95C2801@infos.msk.su>
- Date: Thu, 10 Dec 1992 21:40:24 GMT
- Reply-To: dat@infos.msk.su
- Organization: InfoSoft (Gid:infos.msk.su)
- Sender: news-server@moscvax.hq.demos.su
- Message-ID: <66.67.7.ISnet.Ftn.2b27e3bf@infos.msk.su>
- Lines: 19
-
- Hello yeung@reed.edu!
-
- Monday December 07 1992, yeung@reed.edu writes to All:
-
- ye> I need a DOS Modula-2 compiler that will pack subranges, for example,
- ye> [0..255] would be stored in 1 BYTE. The compiler that I ues store it as
- ye> an INTEGER.
-
- Does your compiler have byte-sized cardinal type? If it is so, write something
- like
-
- SHORTCARD[0..255]
-
-
- David
-
- ---
- * Origin: << David Tolpin from Northern Hills, dat@infos.msk.su >> (66:67/7)
-
-