Re: Multi-line comments

new topic     » goto parent     » topic index » view thread      » older message » newer message

What's wrong with something familure to most people, good old C comments? /* ... */ ? Pascal comments are also easy to read, {* ... *} but C comments are easier to type. and are certainly easy to type but looks too much like valuable code to me (even though it is not).

What ever the syntax would be, I think this should work:

/* 

The following code is causing problems, comment the  
whole thing out for testing purposes 
 
/* 

 * Tell what this block of code does 
 */ 
code 
code 
code 
 
sequence text_literal = /# 
  Hello World */ This is a test 
# 
 
/* 

 * Tell what this block of code does 
 */ 
code 
code 
code 
*/ 
 
good code 
good code 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu