[REBOL] Re: copy deep
From: jelinem1:nationwide at: 17-Jul-2001 12:43
--------------------------------------------------------------------------
copy/deep will copy series within a series
USAGE:
COPY value /part range /deep
DESCRIPTION:
Returns a copy of a value.
COPY is an action value.
ARGUMENTS:
value -- Usually a series (Type: series port bitset)
REFINEMENTS:
/part -- Limits to a given length or position.
range -- (Type: number series port)
/deep -- Also copies series values within the block.
--------------------------------------------------------------------------
To replicate objects within objects, what we need is a make/deep. AFAIK We
don't have this, yet.
- Michael Jelinek
From: "Romano Paolo Tenca" <[rotenca--telvia--it]>@rebol.com on 07/17/2001
07:05 AM
Please respond to [rebol-list--rebol--com]
Sent by: [rebol-bounce--rebol--com]
To: "rebol" <[rebol-list--rebol--com]>
cc:
Subject: [REBOL] copy deep
Does exists a copy-deep function which duplicate object (or block which
include themself)?
---
Saluti
Romano Paolo Tenca