[REBOL] Re: REBOL/Core 2.5.3 Released
From: rotenca:telvia:it at: 14-Aug-2002 3:45
Hi Ladislav,
>I appreciate you repaired SAME? which is not
> crashing the interpreter AFAICT.
What do you means?
This always crash on my View 1.2.8.3.1:
insert/only a: [] a
insert/only b: [] b
same? a b
> a: func [x] [2]
> a a: 1 ; == 1
>
> My POV is, that the correct result should be 2 in this case, because the
> code doesn't modify the function. The only change the code causes is, that
> 'a no longer refers to the function that should be evaluated.
It seems that the function is referenced two times through the variable name:
the first to collect the argument number, the second to collect the body code.
---
Ciao
Romano