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

[REBOL] Re: Simple 'choice' example?

From: ammonjohnson:y:ahoo at: 17-Nov-2001 11:25

Ah, Ladislav beat me to the Typo part, but for your enlightenment... Any face is an object! by defining PatentServer as a choice you have made it an object! & it was Try this at the console:
>> layout [c: choice "Option1" "Option2"] >>probe first c
This will list the words in 'c. to see their values:
>> probe c
For more information on objects check Core.pdf (http://rebol.com/download_manual.html) Look at the Objects Section. HTH Ammon