Hello mijit
REPEND is a recent addition to /Core currently only shipped with /View or
/Command. It will be in the new version of /Core due very soon. Meanwhile
you can use the source:
repend: func [
{Appends a reduced value to a series and returns the series head.}
series [series! port!]
value
/only "Appends a block value as a block"
][
head either only [insert/only tail series reduce :value
] [
insert tail series reduce :value
]
]
HTH
Larry
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 30, 2000 11:27 AM
Subject: [REBOL] color-code.r problem
> I keep getting a
> >> write %color-script.html color-code read %color-code.r
> ** Script Error: repend has no value.
> ** Where: repend out data
>
> I do not know what happened? Did I miss another script critical to the
> execution of this one?
>