* Alessandro Manotti <[EMAIL PROTECTED]> [060507 10:42]:
>
> either (in a 'q1) <> none [
> ; q1 exists: do domething
> ] [
> ; q1 does NOT exists, then do something else!
> ];either
Hiya Alessandro:
Try this at the console:
either in system/words 'print[print 'yes][print 'no]
I don't think you need the additional truth test for none...
*unless* you redefine `in' - and *in* rebol you can pretty much
redefine anything.
cheers
tim
--
Tim Johnson <[EMAIL PROTECTED]>
http://www.alaska-internet-solutions.com
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.