[EMAIL PROTECTED] wrote:

> Just as I sent my question I read the answer in a message sent yesterday
> by "Bo" Lechnowsky...
>
> Good, I got %redit-archive.r, extracted the files, and tried:
>
> >> do %redit.r
> Script: "REBOL native editor" (7-Oct-1999)
> ** Script Error: compose has no value.

It seems you are using old REBOL version
just type rebol/version in the console prompt ... I bet you are using pre 2.1.90
version ...

>> rebol/version
== 2.2.0.3.1
>> help compose
Selectively evaluates a block of expressions, only evaluating paren expressions
and return
s the result as a block.
Arguments:
    value -- Block to compose
Refinements:
    /deep -- Compose within nested blocks
>>

Cheers,

-pekr-

Reply via email to