[REBOL] Re: To do or not to do?
From: lmecir:mbox:vol:cz at: 29-Nov-2001 9:20
Hi,
<<Romano>>
(...)
Another problem is that zz: will be a global word; to-set-word changes the
binding of the word and transform it in a global word. If zz: must be local
the code requires some little changes.
(...)
<</Romano>>
Although my Convert-word function (can be found in
http://www.sweb.cz/LMecir/contexts.html ) does preserve the context when it
converts a word to another datatype, I would prefer a refinement for the To
function like (to/context set-word! something).
-Ladislav