Hi,

trying to continue.

Suppose, that a Rebol expression is given. Then the double parentheses:

((expression))

don't force the double evaluation as was demonstrated (I mean that we get a
result of the expression, but we don't force Rebol to evaluate it once
more).

There is a way we can force double evaluation like this:

do expression

but be warned! This is not the double evaluation in the case where the
result of the expression is a block, a string, ...

Ladislav

Reply via email to