On Sep 30, 2005, at 11:05 AM, Kevin Cully wrote:
> Wow. I think this change really increases the readability of that > command. Of course, I'm not really of a Pythonista mindset yet.
It looks like Fox's IIF() construct: a nice shorthand for
if [test]: x = [some val] else: x = [some other val]
-- Ed Leafe -- http://leafe.com -- http://dabodev.com
©2005 Ed Leafe |