Quick Quiz?
What language has comments with side effects? In essence, comments which are not comments...
|
|
Quick Quiz? What language has comments with side effects? In essence, comments which are not comments...
|
||||
|
|
|
I can think of several places where comments aren't really comments.
And then, considerably more obscurely:
And, even more obscurely:
|
||
|
|
|
|
English. Do I win? |
||||||
|
|
|
Haskell can turn the usual comments in code paradigm upside down by having code in comments - also Mathematica and the like; literal programming is a nice feature for the more mathematically inclined languages. I also find annotations in Java are like comments with behaviour. |
|||
|
|
|
DOS Batch Shell programming The REM (Remark) allows you to put in a comment. But it has the side-effect of modifying the ERRORLEVEL variable to 0. In a sense, it makes last operation a success. I don't know how a comment can fail, but if it does, you are covered. |
||
|
|
|
Then of course there are "polyglots" -- programs which can be compiled/executed in multiple languages. Usually these rely on the fact that the same line is a comment in one language, but an actual line of code in another. |
||
|
|
|
|
CSS for clever cross-browser hacks. Of course, I wouldn't really call CSS a language. |
||
|
|
|
QBasic has a use of comments all its own: Another example: When web browsers parse comments |
||
|
|