[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/