Path: utzoo!utgpu!water!watmath!ccplumb From: ccplumb@watmath.waterloo.edu (Colin Plumb) Newsgroups: comp.lang.forth Subject: Re: what is forth? Message-ID: <18088@watmath.waterloo.edu> Date: 8 Apr 88 04:45:01 GMT References: <5111@ihlpg.ATT.COM> <438@sas.UUCP> Reply-To: ccplumb@watmath.waterloo.edu (Colin Plumb) Organization: U of Waterloo, Ontario Lines: 17 Confusion: U. of Waterloo, Ontario My favourite forth definition, actually quite useful (it's required by F-83, I'm pretty sure) is: : ? @ . ; or, prettyprinted to the point of absurdity, for the benefit of beginners: : ? ( addr --) ( prints the value at address addr) ( usually used as "x ?" to print the contents of variable x)) @ ( val) ( "fetch") . ( ) ( "print") ; -- -Colin (watmath!ccplumb) Zippy says: Please come home with me... I have Tylenol!!