roxen.lists.pike.general

Subject Author Date
mapping & mapping, order of evaluation guaranteed? Stephen R. van den Berg <srb[at]cuci[dot]nl> 26-01-2009
mapping a=([4:44,5:55]);
mapping b=([5:66,7:77]);
werror("%O\n",a&b);
gives: 5: 66
werror("%O\n",b&a);
gives: 5: 55

Can I actually count on the fact that it seems to preserve the values
of the second mapping mentioned in the & operator?
Or is it implementation defined?
-- 
Sincerely,
           Stephen R. van den Berg.