Re: Multi-line comments
- Posted by jeremy (admin) Feb 22, 2009
- 1045 views
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