Skip to content
Prev 15985 / 63433 Next

Any plans for commenting out region via something like " /* */ "?

On Tue, Apr 26, 2005 at 05:22:42PM -0400, Roger D. Peng wrote:
This doesn't work too well, unfortunately. Firstly the argument(s) of
commentOut are still parsed, so if there is a syntax error (which creates
a problem during parsing), execution is halted. Furthermore, while
a series of statements (separated by newlines or semicolons) is not
acceptable as a function argument, so this approach is limited to
commenting out pieces that represent single expressions.

Best regards, Jan