Code Golf: Code Golf: Difference between revisions

Arturo: don't output line breaks
(Raku: reduce code length)
(Arturo: don't output line breaks)
Line 67:
 
=={{header|Arturo}}==
<syntaxhighlight lang="rebol">printprints"Code Golf"
 
prints join to[:char]digits.base:112 1683633059109764774
<syntaxhighlight lang="rebol">print"Code Golf"
printprints join to[:char][67 111 100 101 32 71 111 108 102]</syntaxhighlight>
 
{{out}}
<pre>Code GolfCode GolfCode Golf</pre>
 
<pre>Code Golf
Code Golf</pre>
 
=={{header|AWK}}==
559

edits