RosettaCodeData/Task/Comments/Pascal/comments.pascal
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

10 lines
236 B
Text

(* This is a comment.
It may extend across multiple lines. *)
{ Alternatively curly braces
can be used. }
(* This is a valid comment in Standard Pascal,
but not valid in [[Turbo Pascal]]. }
{ The same is true in this case *)