Hi Gabriele, i guess you made a typo and now we have a misunderstanding. you wrote >> s: "A string." =3D=3D "A string." >> b: reduce [s] =3D=3D ["A string."] >> insert skip s 2 "modified " =3D=3D "string." >> s =3D=3D "A modified string." >> b =3D=3D ["A modified string."] Here s and b/1 are actually the same. i guess you got confused by the insert skip s 2 "modified " if you would store that, s: insert skip s 2 "modified " you would be right. but you did not, they are the same, and everyone is scratching his head ;)
On 4/14/05, Gabriele Santilli <[EMAIL PROTECTED]> wrote: >=20 > Hi Ladislav, >=20 > On Thursday, April 14, 2005, 12:17:58 PM, you wrote: >=20 > LM> my wild guess seems to be correct. Gabriele "combines" values and the= ir > LM> positions in series to obtain a notion of a "series value". It is >=20 > I mean not the position they have, but the position they refer to. >=20 > NEXT, SKIP etc. create a new value referring to the same sequence > but at different positions. >=20 > Regards, > Gabriele. > -- > Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer > Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ >=20 > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >=20 >=20 --=20 -Volker "Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem." David Wheeler -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
