ridley wrote:
> >> append b "Why do I see the first string?"
> == ["hello" "Why do I see the first string?"]
>> source append
append: func [
{Appends a value to the tail of a series and returns the series head.}
series [series! port!]
value
/only {Appends a block value into a block series as a block}
][
head either only [insert/only tail series :value
] [
insert tail series :value
]
]
<QUOTE>...returns the series head.</QUOTE>
Andrew Martin
Dah, dah, dah, dah...
ICQ: 26227169
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
-><-