Empty program: Difference between revisions

Content deleted Content added
Added BBC BASIC
Line 63:
=={{header|Batch File}}==
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}}==