RosettaCodeData/Task/Comments/Stata/comments.stata
2017-09-25 22:28:19 +02:00

7 lines
149 B
Text

* Line comment: must be used at the beginning of a line (does not work in Mata)
// Line comment until the end of the line
/* Multiline comment
*/