RosettaCodeData/Task/Comments/Modula-2/comments.mod2

5 lines
130 B
Text
Raw Permalink Normal View History

2026-02-01 16:33:20 -08:00
(* Modula-2/Modula-3 use the same style of comments *)
(* ...and comments (* can nest *)
2023-07-01 11:58:00 -04:00
and they can span multiple lines.
*)