Code Golf: Code Golf: Difference between revisions

Code Golf in BLC
imported>Tromp
(Code Golf in BLC)
Line 225:
49 characters without quoted literals:
<syntaxhighlight lang="qbasic">FOR i in [44,0,11,10,79,40,0,3,9] DO ?CHR(111-i);</syntaxhighlight>
 
=={{header|Binary Lambda Calculus}}==
shortest: 10 bytes
<syntaxhighlight>*Code Golf</syntaxhighlight>
avoiding ASCII: 23 bytes
<syntaxhighlight>46 60 17 ac 23 40 b0 02 cf f7 97 f7 ee 80 bc 90 9b 9a df b8 90 93 99</syntaxhighlight>
 
=={{header|BQN}}==
Anonymous user