[comp.lang.forth] TILE bug in local variables and argument binding

scowl@eecs.cs.pdx.edu (Scott W. Larson) (12/31/89)

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.