2009/11/17 sjm <sjms...@gmail.com>:
> On Nov 16, 12:54 pm, Steve Ferg <steve.ferg.bitbuc...@gmail.com>
> wrote:
> <snip>
>> Does anybody know a language with this kind of syntax for
>> ifThenElseEndif?
>
> Modern-day COBOL:
>
> IF      some-condition
>        do-something
> ELSE
>        do-something-else
> END-IF.

RPG/400's SELEC statement: http://bit.ly/2LDegk

Thing of beauty.

Cheers,
Simon B.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to