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
--
http://mail.python.org/mailman/listinfo/python-list
