[REBOL] Re: Sameness - an abstract approach.
From: rotenca:telvia:it at: 13-Feb-2003 20:51
Hi Ladislav,
> there is only one Rebol integer number 1 not having any position at all,
> while we can have many positions referring to it.
Now i understand well your point of view. Thanks for the explanation.
You are lucky! If integer were mutable, I could change all the 1 of your code
in 2 with a simple:
x: 1
change x 2
:-)
But memory say another tale about number storage, and i am sure that:
x: [1 1]
change x/1 2
will result in
x: [2 1]
But you are lucky, change should not work on scalar.
But i can at least say that there are same? scalar value more same? than
others?
For this look at my new puzzles.
---
Ciao
Romano