RosettaCodeData/Task/Comments/Stata/comments.stata

8 lines
149 B
Text
Raw Permalink Normal View History

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