Michael Torrie <torr...@gmail.com>:

> There was a version of Python (compatible at a bytecode level) that did
> implement braces for blocks.  It was called pythonb, but it is now
> defunct, understandably for lack of interest.

<URL: http://www.perl.com/pub/2001/04/01/parrot.htm>

   LW: Sure. I'd probably write the program something like this:

       while(@line = Sys::Stdin->readline()):
           continue_next if $line[0] =eq= "#":
           print @line;
       }


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to