Array concatenation: Difference between revisions

Content added Content deleted
(added a more complete compilable example)
imported>Tromp
(add list concatenation for BLC)
Line 1,103: Line 1,103:
<pre>1, 2, 3, 4, 5, 6, 7, 8, 9, 10</pre>
<pre>1, 2, 3, 4, 5, 6, 7, 8, 9, 10</pre>


=={{header|Binary Lambda Calculus}}==

BLC uses lists instead of arrays. List concatenation is (see also https://github.com/tromp/AIT/blob/master/lists/cat.lam)

<syntaxhighlight>00011001000110100000000000010110111100101111001111110111110110</syntaxhighlight>


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