Robin Becker wrote:
.......
modern sh seems to use this with "fi" as endif eg

~:
$ if true; then
 > echo true
 > elif false; then
 > echo false
 > else
 > echo hostile logic
 > fi
true
~:
$


I meant to say that since sh uses this construct it cannot be too bad as a language construct since the world is built with sh and bash and similar.

Of course that's a bad argument since there's more cobol than everything else put together (allegedly).
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to