String prepend: Difference between revisions

BLC prepend
m (→‎{{header|Wren}}: Changed to Wren S/H)
(BLC prepend)
Line 423:
a$ = "Hello" + a$
print a$</syntaxhighlight>
 
=={{header|Binary Lambda Calculus}}==
BLC program
<pre>18 16 46 80 05 bc bc fd f6 e0 69 6f 6e</pre>
based on https://github.com/tromp/AIT/blob/master/rosetta/catstrings.lam
prepends "on" to "ion" to output "onion".
 
=={{header|Bracmat}}==
56

edits