[REBOL] Re: Is Rebol dynamic?
From: al:bri:xtra at: 29-Nov-2002 11:57
Romano wrote:
> I remember Holger saying that a rebol block must not be changed during execution.
>
> I think that it is safe to change 1 or more elements of block during execution, but
not to insert/remove any item.
>
> Can changing (not inserting) be a safe programming style for future releases?
I think it's probably due to Rebol resizing the block? Perhaps if the block was allocated
enough space in the first place, then the insert could work.
Andrew Martin