> Imagine the effect of such a test on a newbie: > > >> test: [false false false] > == [false false false] > >> if test/2 = false [ print "ok" ] > == none > >> test/2 > == false > > It's not good for the Rebolution !
>> test: [false false false] == [false false false] >> if test/2 = 'false [ print "ok" ] ok >> test/2 == false >> test: [foo foo foo] == [foo foo foo] >> if test/2 = 'foo [ print "ok" ] ok >> test/2 == foo Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
