Jump to content

Array concatenation: Difference between revisions

add list concatenation for BLC
(added a more complete compilable example)
imported>Tromp
(add list concatenation for BLC)
Line 1,103:
<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}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.