RosettaCodeData/Task/Comments/DWScript/comments.dwscript
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

10 lines
208 B
Text

(* 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