RosettaCodeData/Task/Comments/DWScript/comments.dw

11 lines
208 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(* This is a comment.
It may extend across multiple lines. *)
{ Alternatively curly braces
can be used. }
/* C-style multi-line comments
are supported */
// and single-line C++ style comments too