[REBOL] Re: This is a strange thing
From: allenk:powerup:au at: 2-Jul-2001 22:24
----- Original Message -----
From: "Romano Paolo Tenca" <[rotenca--telvia--it]>
To: <[rebol-list--rebol--com]>
Sent: Monday, July 02, 2001 9:53 PM
Subject: [REBOL] This is a strange thing
> 3 point are not as one, two or four.
>
> This is normal:
>
> a: [.]
> set a/1 "foo"
> print a/1
> == "foo"
>
> This is a strange thing:
>
> a: [...]
> set a/1 "foo"
> print a/1
> == "..."
> print reduce a/1
> == "..."
Seems ok to me.
get a/1
=="foo"