Code Golf: Code Golf: Difference between revisions

Content added Content deleted
m (BASIC256 moved to the BASIC section.)
Line 109: Line 109:
<syntaxhighlight lang="sh">./Code\ Golf</syntaxhighlight>
<syntaxhighlight lang="sh">./Code\ Golf</syntaxhighlight>


=={{header|BASIC256}}==
=={{header|BASIC}}==
==={{header|BASIC256}}===
With a quoted string, the following weighs in at 12 bytes.
With a quoted string, the following weighs in at 12 bytes.
<syntaxhighlight lang="freebasic">?"Code Golf"</syntaxhighlight>
<syntaxhighlight lang="freebasic">?"Code Golf"</syntaxhighlight>