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

[REBOL] verify existence of a word Re:

From: al:bri:xtra at: 16-Oct-2000 19:55

> Two questions: > 1) How may I query rebol to verify whether a word exists? > 2) How may I query rebol to verify whether a member of an object exists? >> value? 'print
== true
>> value? 'antidisestablishmentarianism
== false
>> o: make object! [m: "mmmmmmmm"] >> in o 'antidisestablishmentarianism
== none
> I'll betcha 1) answers 2). :)
You'll be wrong! :-) Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/