8 lines
123 B
Text
8 lines
123 B
Text
|
|
% one line comment
|
||
|
|
|
||
|
|
%% often with double "%" because then the indentation is correct in Emacs
|
||
|
|
|
||
|
|
/* multi line
|
||
|
|
comment
|
||
|
|
*/
|