On Wednesday, 18 April 2001, lcs@... wrote: > >Next, here is some smart proto-FB^3 syntax that does not yet >work: > >'' CONSOLE MODE >LOCAL FN AssignSevenTo(@X&) > X&=7 >END FN >'' >FN AssignSevenTo(@X&) >PRINT X& '' should yield 7 > Just change: FN AssignSevenTo(@X&) to FN AssignSevenTo(X&) and it should work. Jamin