Empty program: Difference between revisions

Content added Content deleted
(Added BBC BASIC)
Line 63: Line 63:
=={{header|Batch File}}==
=={{header|Batch File}}==
An empty batch file is syntactically correct and does nothing.
An empty batch file is syntactically correct and does nothing.

=={{header|BBC BASIC}}==
In BBC BASIC an empty program is syntactically correct.
<lang bbcbasic></lang>


=={{header|Befunge}}==
=={{header|Befunge}}==