Is there a way to do something like a = 1 alias(b,a) a += 1 where the desired effect is that now b == 2?