RosettaCodeData/Task/Comments/Pike/comments.pike

8 lines
107 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// This is a comment.
/* This is a
multi
line
comment */
int e = 3; // end-of-statement comment.