At 10:39 -0800 21/01/02, Kerry Thompson wrote: >x=null >put x >-- <Void> >put voidP(x) >-- 1 > >That's clearly an error--x is null, not void. And, digging further:
Ahem, in this case x is actually void, because it was assigned an undeclared variable, 'null', which is something different from <NULL>, which you have to construct otherwise. Jakob [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
