3 lines
237 B
Text
3 lines
237 B
Text
"String literals are technically the only long-term comment format";
|
|
// Some compilers will, however, compile // one-liners to string literals as well (and vice-versa)
|
|
/* Classical C-style comments are removed entirely during compile */
|