Code Golf: Code Golf: Difference between revisions

Add Plain English
(Added 11l)
(Add Plain English)
Line 324:
{{out}}
<pre>Code Golf</pre>
 
=={{header|Plain English}}==
Using a string literal, this program is 89 bytes long.
<syntaxhighlight lang="text">To run:Start up.Write"Code Golf"to the console without advancing.Wait for the escape key.</syntaxhighlight>
Without a string literal, the program is 98 bytes long.
<syntaxhighlight lang="text">To run:Start up.Write$436F646520476F6C66 to the console without advancing.Wait for the escape key.</syntaxhighlight>
 
=={{header|PureBasic}}==
175

edits