String append: Difference between revisions

BLC string append
m (→‎{{header|Wren}}: Changed to Wren S/H)
(BLC string append)
Line 509:
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}}==
56

edits