8 lines
149 B
Text
8 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
|
||
|
|
|
||
|
|
*/
|