From: Trans Date: 2005-09-21T07:11:37+09:00 Subject: b = i if i = a doesn't work? Recently I was suprised by the behavior of "start = lambda { start }". Now that I understand that, I am suprised that a = 1 b = i if (i = a) doesn't work. T.