"DE" <[EMAIL PROTECTED]> writes:
> Hello,
> 
> Here is what I do in C++ and can not right now in python :
> 
> pushMatrix()
> {
>      drawStuff();
> 
>      pushMatrix();
>      {
>             drawSomeOtherStuff()
>      }
>      popMatrix();
> }
> popMatrix();
> 
> The curly brackets have no functional meaning but increase the
> readability significantly.

You are e. e. cummings, and I claim my £5.

-- 
Mark Jackson - http://www.alumni.caltech.edu/~mjackson
        Every 10 years we say to ourselves, "If only we had
        done the right thing 10 years ago."
                                - Thomas Friedman


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

Reply via email to