Re: := The bind

2001-10-05 Thread Damian Conway
> Is the following correct for := : > > left side is like function in the respect that the right side is treated > differently depending on the left-side-types i.e. left side is like > prototype!! for the right side. Yep. > (@a ,@b) := (@b,@a) > is the same as : > (\

:= The bind

2001-10-05 Thread raptor
Is the following correct for := : left side is like function in the respect that the right side is treated differently depending on the left-side-types i.e. left side is like prototype!! for the right side. (@a ,@b) := (@b,@a) is the same as : (\@a, \@b) = (\@b, \@a);#if we had ref-allowed on