in reply to Re: Comprehending Binary :=
in thread Comprehending Binary :=
I dont think this new operator has anything to do with lazy evaluation. My reading of these docs is that it is fairly straightforward aliasing going on.
Consider Exegesis clearly states that
is an efficient way to swap the contents of the two arrays. It would do this by simply aliasing the variable name @x with the array that the variable name @y refers to, and vice versa.(@x,@y):=(@y,@x);
tilly suggested that Re: Re (tilly) 1: Apocalypse 3 may be useful in understanding our different views :-)
Yves
--
You are not ready to use symrefs unless you already know why they are bad. -- tadmc (CLPM)
|
|---|