RosettaCodeData/Task/Comments/Zkl/comments.zkl

11 lines
199 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
x=1; // comment ala C++
x=2; # ala scripts
/* ala C, these comments are parsed (also ala C) */
/* can /* be */ nested */
#if 0
also ala C (and parsed)
#endif
#<<<#
"here" comment, unparsed
#<<<#