String append: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
(BLC string append)
Line 509: Line 509:
print a$</syntaxhighlight>
print a$</syntaxhighlight>



=={{header|Binary Lambda Calculus}}==
BLC program
<pre>18 16 46 80 05 bc bc fd f6 e0 69 6f 6e</pre>
appends "ion" to "on" to output "onion".


=={{header|BQN}}==
=={{header|BQN}}==