Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!willett!ForthNet From: ForthNet@willett.UUCP (ForthNet articles from GEnie) Newsgroups: comp.lang.forth Subject: Atari ValForth Message-ID: <440.UUL1.3#5129@willett.UUCP> Date: 11 Feb 90 03:23:04 GMT Organization: Latest link in the ForthNet chain. (Pgh, PA) Lines: 13 Category 18, Topic 48 Message 2 Sat Feb 10, 1990 M.HAWLEY at 22:48 EST COMMA ( , ) reserves one word ( 2 bytes ) of memory and stores the number on the stack into that memory location. Example: CREATE MY-ARRAY 123 , 229 , 12345 , 77 , Now to access that data, MY-ARRAY 2+ @ leaves 229 on the stack, at least this is the way it works in F83 and F-PC C, is the equivalent single byte word. Hope this helps, [C [C [C [C [C [C [C [C [C. ... meh ... Mt. Vernon, IN ----- This message came from GEnie via willett through a semi-automated process. Report problems to: 'uunet!willett!dwp' or 'willett!dwp@gateway.sei.cmu.edu'