2009/11/17 sjm <[email protected]>: > On Nov 16, 12:54 pm, Steve Ferg <[email protected]> > 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
