Yeah I had some ideas on this too 
acopy copys an array using memory for speed.
addend could have been called append.
insert and delete I think is just what you think.
join$ makes the array a giantstring but with delimiter between items.
joint$ is same thing for slices, sequential chunks of the array.
reverse and show are just what you think, i think.
slice is like Python mid$ for string only this is for a chunk of array.
Sort is a version of qSort
Split is one of the handiest tools ever, spliting a delimited string into an array, the oopposite of join$
and unique removes all redundant items in an array.
Welcome to the forum! @Heimdall

acopy copys an array using memory for speed.
addend could have been called append.
insert and delete I think is just what you think.
join$ makes the array a giantstring but with delimiter between items.
joint$ is same thing for slices, sequential chunks of the array.
reverse and show are just what you think, i think.
slice is like Python mid$ for string only this is for a chunk of array.
Sort is a version of qSort
Split is one of the handiest tools ever, spliting a delimited string into an array, the oopposite of join$
and unique removes all redundant items in an array.
Welcome to the forum! @Heimdall
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

