String append: Difference between revisions

Content added Content deleted
(BLC string append)
Line 513: Line 513:
BLC program
BLC program
<pre>18 16 46 80 05 bc bc fd f6 e0 69 6f 6e</pre>
<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
appends "ion" to "on" to output "onion".
appends "ion" to "on" to output "onion".