Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Simple 'choice' example?

From: ammonjohnson:yah:oo at: 17-Nov-2001 12:03

Sorry, I pressed send too soon, What I was saying is that your code "print PatentServer" was not printing an undefined word! If it would have been, it would have told you so. It was attempting to print the object declared in the Global Context, which happend to be an object! to see this in action:
>> print make object! []
== ?object? HTH Ammon