Post Reply 
Comments, only comments
07-06-2015, 10:19 PM
Post: #5
RE: Comments, only comments
Myself I prefer much comments to be nestable, so I can write
Code:
/* right now I don't want to do this
/* and I never do this */
OK 
*/
But most languages don't allow that and would execute the OK.

Until block comments are implemented you could try using subroutines:

Code:
 export maybeDo
A
B
C
End

// maybeDo
One // takes out A B and C.

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Comments, only comments - salvomic - 07-06-2015, 07:24 PM
RE: Comments, only comments - Marcel - 07-06-2015, 07:31 PM
RE: Comments, only comments - salvomic - 07-06-2015, 07:35 PM
RE: Comments, only comments - BruceH - 07-06-2015, 10:03 PM
RE: Comments, only comments - StephenG1CMZ - 07-06-2015, 10:41 PM
RE: Comments, only comments - StephenG1CMZ - 07-06-2015 10:19 PM



User(s) browsing this thread: 1 Guest(s)