R
Robert Klemme
2007/9/4 said:the2007/9/4 said:From: (e-mail address removed) [mailto:[email protected]] On Behalf Of Russell= Norris:
# I learned that x ||=3D y means set x to y unless x, so I don't see =
p>=3Dbar for that matter.there's the bug: you've changed the meaning of x ||=3D y, or of foo<o=
# bug. and i don't see this as being at all unpredictable.you just said you've _learned that x||=3Dy means set x to y unless x.=
Surely it was _unpredictable at some point. Surely x said:If '"x+=3D1" will always be "x=3Dx+1"', what's the problem in having x ||= =3D
1 always be x =3D x || 1?
That an assignment of x=3Dx is useless (basically a nop in the standard
case of x being a variable). Please see also one of my earlier
postings.
Kind regards
robert