Empty program: Difference between revisions

Added Chipmunk Basic, GW-BASIC and MSX Basic
(Added Oberon-2)
(Added Chipmunk Basic, GW-BASIC and MSX Basic)
Line 358:
Start world = world</syntaxhighlight>
Compile the project with ''No Console'' or ''No Return Type'' to suppress printing of the value of the world.
 
==={{header|Chipmunk Basic}}===
An empty text file is a correct Chipmunk Basic program that does nothing.
 
=={{header|Clojure}}==
Line 696 ⟶ 699:
=={{header|Groovy}}==
<syntaxhighlight lang="groovy"></syntaxhighlight>
 
==={{header|GW-BASIC}}===
An empty text file is a correct GW-BASIC program that does nothing.
 
=={{header|Hare}}==
Line 1,044 ⟶ 1,050:
The empty file is a valid program.
<pre></pre>
 
==={{header|MSX Basic}}===
<syntaxhighlight lang="basic">10 rem</syntaxhighlight>
 
=={{header|N/t/roff}}==
2,130

edits