10 lines
236 B
Text
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 *)
|