From: Eliah Hecht Date: 2005-03-01T07:01:53+09:00 Subject: aliasing variables Is there a way to do something like a = 1 alias(b,a) a += 1 where the desired effect is that now b == 2?