Hi Cesar,

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

When you use TO-BLOCK, the words are not bound in any way. Notice that
the error says that A has no *context*, it doesn't say it has no
*value* (as an unset word would). You can use LOAD and it should work
fine, though it depends on what you're trying to do.

-- Gregg                         

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

Reply via email to