RosettaCodeData/Task/Comments/Oz/comments.oz
2023-07-01 13:44:08 -04:00

7 lines
123 B
Text

% one line comment
%% often with double "%" because then the indentation is correct in Emacs
/* multi line
comment
*/