Hi all, I don't understand this difference
>> a: 1
== 1
>> b: 2
== 2
>> f1: [a < b]
== [a < b]
>> reduce f1
== [true]

>> f2: to-block "a < b"
== [a < b]
>> reduce f2
** Script Error: a word has no context
** Near: a < b


>> = f1 f2
== true


Can someone help me?

Thanks

César


-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to