Code Golf: Code Golf: Difference between revisions

m
Line 270:
 
=={{header|EasyLang}}==
With string literal (16 characters):
<syntaxhighlight lang="easylang">
With# with string literal (16 characters):
write"Code Golf"
Without# without quoted literals (53 characters):
</syntaxhighlight>
# for i in [44 0 11 10 79 40 0 3 9]write strchar 111-i.
Without quoted literals (53 characters):
<syntaxhighlight lang="easylang">
for i in [44 0 11 10 79 40 0 3 9]write strchar 111-i.
</syntaxhighlight>
2,054

edits