Block comments?
Courageous
jkraska1 at san.rr.com
Mon May 8 22:03:34 EDT 2000
More information about the Python-list mailing list
Mon May 8 22:03:34 EDT 2000
- Previous message (by thread): Free hosting with python support?
- Next message (by thread): Block comments?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Radovan Garabik wrote: > > Courageous <jkraska1 at san.rr.com> wrote: > > : Okay, it's not like I'm not looking in my documentation or anything, > : but if this is available, it's not obvious. How do you express > : python block comments? > > comment = 0 > > . > . > . > > if comment: > you block comment > goes here Well, the """ """ works most of the time (a use for strings that I hadn't thought of), but of course what I want is to disable arbitrary elements of code without reformatting and the like. It seems that there isn't really a full block comment notation, given when you CAN'T use strings. C/
- Previous message (by thread): Free hosting with python support?
- Next message (by thread): Block comments?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list