At risk of exhausting people's patience with this thread, > > It shouldn't matter what the steps leading up to this point > are, since > > VOID > > is VOID is VOID, no? > > True, except when it's NULL ;-) > > x=NULL > put x > -- <Void> >
t = call(#undefined, the actorList) put t -- <Null> (This is one way I know of producing this value -- I'm sure there are others) put ilk(t) -- #void put voidP(t) -- 0 put t = VOID -- 0 put t = NULL -- 0 put t = 0 -- 0 Is this an example of a "dirty" void? Or just another lingo idiosyncracy? Tim [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!]
