Steven D'Aprano <st...@remove-this-cybersource.com.au> wrote:

> Yes, I agree, we should be using the previously well known syntax:
> 
> condition -> value_if_true, value_if_false
> 
> which was introduced by BCPL in 1966.
> 
What, not this?

VALOF TEST condition THEN RESULTIS value_if_true ELSE RESULTIS 
value_if_false

which was also introduced by BCPL in 1966.

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

Reply via email to