Code Golf: Code Golf: Difference between revisions

m
sh -> UNIX_Shell
(added sh)
m (sh -> UNIX_Shell)
Line 480:
Note: Run BASIC is an interpreter, it does not generate executables.
 
=={{header|shUNIX_Shell}}==
{{works with|bash}}
The directly executable source code is 14 bytes by using its script name instead of character literals:
<syntaxhighlight lang="sh">echo -n ${0:2}</syntaxhighlight>
To run:
4

edits