Subject: b = i if i = a doesn't work?
From: "Trans" <transfire@ a . m
Date: Wed, 21 Sep 2005 07:11:37 +0900
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.