RosettaCodeData/Task/Comments/Oberon/comments.oberon

7 lines
162 B
Text
Raw Permalink Normal View History

2026-02-01 16:33:20 -08:00
(* Oberon-07/Oberon-2 use the same style of comments as Modula-2: this is a comment *)
2023-07-01 11:58:00 -04:00
(*
and this is a
multiline comment
(* with a nested comment *)
*)