Dennis Lee Bieber wrote:

> And I'll probably ignore those expressions whenever I do get
> around to 2.5+... That syntax, in my mind, just... stinks...
> 
> HP RPL made more sense: b if c [else d] end

Please explain.

HP RPL: b if c [else d] end
Python: b if c else d

What's the "more sense" here?

Regards,


Björn

-- 
BOFH excuse #21:

POSIX compliance problem

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to