RosettaCodeData/Task/Comments/MOO/comments.moo
2023-07-01 13:44:08 -04:00

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 */