Ronald W Brierley (Ronaldwb)
| | Posted on Friday, June 20, 2003 - 7:53 am: | |
I would like to see multiple-line comments of the Java type, where the opening /* is followed by a closing */ which may be on another line. When developing a program, I like to comment out sections of code while testing an alternative for that code. This currently is very tedious using single line comment symbols. It is often simpler to use a commented single file of the program, with execution of it after the edit, than it is to open a separate file copy of the program and then editing and executing the new file. |