RosettaCodeData/Task/Comments/Pike/comments.pike

8 lines
107 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
// This is a comment.
/* This is a
multi
line
comment */
int e = 3; // end-of-statement comment.