Michiel Helvensteijn wrote:
I have a swap operator in my new programming language:x <-> y; It's syntactically consistent with the assignment operator: x <- E;
Clearly, this should be generalized to allow both right-to-left and left-to-right assignment. :p
-- Simen
