RosettaCodeData/Task/Comments/MOO/comments.moo

4 lines
237 B
Plaintext

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