RosettaCodeData/Task/Comments/Stata/comments.stata
2023-07-01 13:44:08 -04: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
*/