RosettaCodeData/Task/Comments/Pascal/comments.pascal

11 lines
236 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
(* 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 *)