start | all-pages
arraymerge
To combine two arrays into a new array, Konilo provides both
`a:append` and `a:prepend`. Each take two pointers to existing
arrays and construct a new one.
&a &b a:append (makes_new_array_from_a,_followed_by_b)
&a &b a:prepend (makes_new_array_from_b,_followed_by_a)