RosettaCodeData/Task/Comments/Pascal/comments.pas

11 lines
236 B
ObjectPascal
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. }
(* This is a valid comment in Standard Pascal,
but not valid in [[Turbo Pascal]]. }
{ The same is true in this case *)