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