On Aug 15, 9:40 am, stef mientki <[EMAIL PROTECTED]> wrote:
> Thomas Jollans wrote:
...
>     else: JSM(230) ; \
>         if b>3:              <== SYNTAX ERROR pointing to the "f" of if

This is equivalent to:

>     else: JSM(230) ;       if b>3:

If statements (any compund statements in fact such as for loops etc)
*must* start on a new line (with indentation as necessary):

http://docs.python.org/ref/compound.html

--
Ant...

http://antroy.blogspot.com/


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to