Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!wuarchive!uunet!zephyr.ens.tek.com!tektronix!psueea!eecs.cs.pdx.edu!scowl From: scowl@eecs.cs.pdx.edu (Scott W. Larson) Newsgroups: comp.lang.forth Subject: TILE's argument binding Message-ID: <2118@psueea.UUCP> Date: 23 Dec 89 01:08:50 GMT Sender: news@psueea.UUCP Reply-To: scowl@eecs.cs.pdx.edu (Scott W. Larson) Lines: 9 TILE's README file mentions arguement binding and gives a couple examples: : 2swap { a b c d } c d a b ; : 2drop { a b } ; Unfortunately I get the ?? error at the first curly brace. Is this feature in a special vocabulary or is there some other trick to making it work?