RosettaCodeData/Task/Comments/MOO/comments.moo

4 lines
237 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
"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 */