Comments: Difference between revisions

Content added Content deleted
m (Remove FutureBasic apostrophe single line comment as it's deprecated)
(PascalABC.NET)
Line 2,234: Line 2,234:


In Pascal, comments cannot be nested.
In Pascal, comments cannot be nested.


=={{header|PascalABC.NET}}==
<syntaxhighlight lang="pascal">
(* This is a
multiline comment *)

{ This is also a
multiline comment }

// This is a single line comment
</syntaxhighlight>


=={{header|PASM}}==
=={{header|PASM}}==