15 lines
182 B
Text
15 lines
182 B
Text
// Single line comment
|
||
\\ Also single line comment (continuation of the comment in previous line)
|
||
|
||
\[ This is
|
||
a multi line
|
||
comment ]
|
||
|
||
\{ And
|
||
this }
|
||
|
||
\( And
|
||
this )
|
||
|
||
\‘ And
|
||
this ’
|