goto statement

Mage mage at mage.hu
Thu Apr 21 12:58:43 EDT 2005


Maxim Kasimov wrote:

>
> how do use this here:
>
> print "hello world"


There are cases when you can't do it in any language.

----
php:

/* this is a debug comment

function1();
function2();

/* this is a normal multiline comment block
it ends here
*/

function3();

*/ end of debug comment
----

/ if you don't really want to do it /

       Mage



More information about the Python-list mailing list