Daniel Fetchinson a écrit :
Or just:

If command is "quit" ...
Hmmm.  In Flaming Thunder, I'm using "is" (and "is an", "is a", etc)
for assigning and checking types.  For example, to read data from a
file and check for errors:

     Read data from "input.txt".
     If data is an error then go to ...
Arf ! A goto !

You are surely aware of the fact that the C source of python also uses
goto at tons of places. Is that Arf! too?

C doesn't pretend to be anything else than a portable and a bit higher-level assembly. Nothing like FT.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to