[REBOL] Re: Inverse append
From: andreas:bolka:gmx at: 17-Oct-2004 15:06
Sunday, October 17, 2004, 2:56:17 PM, Lethalman wrote:
> Is there a function like append but that insert a value at the
> beginning of another one?
insert
>> ? insert
USAGE:
INSERT series value /part range /only /dup count
DESCRIPTION:
Inserts a value into a series and returns the series after the insert.
INSERT is an action value.
ARGUMENTS:
series -- Series at point to insert (Type: series port bitset)
value -- The value to insert (Type: any-type)
REFINEMENTS:
/part -- Limits to a given length or position.
range -- (Type: number series port)
/only -- Inserts a series as a series.
/dup -- Duplicates the insert a specified number of times.
count -- (Type: number)
--
Best regards,
Andreas