[REBOL] Re: Problem with if equal? argument "trial"
From: arolls::bigpond::net::au at: 19-Aug-2001 5:42
Try this in console:>> write %test.r {rebol[] a: probe system/script/args print "OK" wait 4} >> do/args %test.r 'hellohello OK == none
[REBOL] Re: Problem with if equal? argument "trial"From: arolls::bigpond::net::au at: 19-Aug-2001 5:42
|