RosettaCodeData/Task/Comments/Pascal/comments.pascal

11 lines
236 B
Plaintext

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