RosettaCodeData/Task/Comments/Stata/comments.stata

8 lines
149 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02: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
*/