>> x, y := r;> > That strikes me as a really bad idea. It weakens both syntax and> semantic error checking, to accomplish how much?
Could use PHP-style thingy:
LIST(x, y) := r;
Chris