RosettaCodeData/Task/Comments/Zkl/comments.zkl

11 lines
199 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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
#<<<#