[REBOL] Re: Core 2.5.5 Beta Versions
From: andreas:bolka:gmx at: 20-Feb-2003 18:13
Thursday, February 20, 2003, 12:29:09 PM, Ladislav wrote:
> Another road to hell:
>>> a: "0123456789"
> == "0123456789"
>>> b: tail a
> == ""
>>> remove back tail a
> == ""
>>> pick b -5
> == #"4"
>>> append a #"9"
> == "0123456789"
>>> pick b -5
> == #"5"
Thursday, February 20, 2003, 1:53:51 PM, Ladislav wrote:
> in the Core 2.5.5 it looks, like series have a volatile position
> attribute, which may change, when we append a value:
i am wondering: this is nothing 2.5.5 specific, is it?
--
Best regards,
Andreas mailto:[andreas--bolka--gmx--net]