Empty program: Difference between revisions

Content added Content deleted
(Glad there are only five LilyPond tasks or this spelling stuff would be hard!)
(PascalABC.NET)
 
Line 1,230:
The first line is not necessary in modern Pascal dialects. With today's most compilers, the empty program is just:
<syntaxhighlight lang="pascal">begin end.</syntaxhighlight>
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="delphi">
##
</syntaxhighlight>
 
=={{header|PepsiScript}}==