Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!samsung!cs.utexas.edu!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 bug in local variables and argument binding Keywords: argument binding local variables comments Message-ID: <2144@psueea.UUCP> Date: 31 Dec 89 02:57:50 GMT Sender: news@psueea.UUCP Reply-To: scowl@eecs.cs.pdx.edu (Scott W. Larson) Organization: Dept. of Computer Science, Portland State Univ., Oregon Lines: 8 It's really tempting to comment your arguments and local variables: : test { arg ( this is an argument ) | local_var ( this is a local variable ) } I've had nothing but trouble doing this. The argument never appears to bind, and the comment for the local variable terminates in strange places.