Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!maverick.ksu.ksu.edu!hoss!fergvax!252u3129 From: 252u3129@fergvax.unl.edu (Mike Gleason) Newsgroups: comp.sys.mac.programmer Subject: Re: Think Pascal Wishes...? Message-ID: <1990Sep25.205009.19606@hoss.unl.edu> Date: 25 Sep 90 20:50:09 GMT References: <4251@husc6.harvard.edu> <1667@uvm-gen.UUCP> Sender: news@hoss.unl.edu (Network News Administer) Organization: Comp Sci and Engr, Univ. of Nebr. Lines: 15 I thought of another needed addition: being able to have static arrays (I guess what I'm going to call them for now). In MSDOS Turbo Pascal you can have something like this: const myTable[10] = {1, 1, 2, 3, 5, 8, 13, 21, 44, 65}; It's something like that, I can't remember, I don't use anything but the best pascal compiler in the world ;-) When porting from inferior compilers, it sucks having to type in myTable[1] := 1, myTable[2] := 1, etc. _____________________________________________________________________________ * Mike Gleason 252u3129@fergvax.unl.edu * "Don't you f*ckin' look at me!" -- D. Hopper cosc006@unlcdc2.unl.edu