RosettaCodeData/Task/Comments/MOO/comments.moo
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07: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 */