Empty program: Difference between revisions

Content added Content deleted
(Added Oberon-2)
(Added Chipmunk Basic, GW-BASIC and MSX Basic)
Line 358: Line 358:
Start world = world</syntaxhighlight>
Start world = world</syntaxhighlight>
Compile the project with ''No Console'' or ''No Return Type'' to suppress printing of the value of the world.
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}}==
=={{header|Clojure}}==
Line 696: Line 699:
=={{header|Groovy}}==
=={{header|Groovy}}==
<syntaxhighlight lang="groovy"></syntaxhighlight>
<syntaxhighlight lang="groovy"></syntaxhighlight>

==={{header|GW-BASIC}}===
An empty text file is a correct GW-BASIC program that does nothing.


=={{header|Hare}}==
=={{header|Hare}}==
Line 1,044: Line 1,050:
The empty file is a valid program.
The empty file is a valid program.
<pre></pre>
<pre></pre>

==={{header|MSX Basic}}===
<syntaxhighlight lang="basic">10 rem</syntaxhighlight>


=={{header|N/t/roff}}==
=={{header|N/t/roff}}==