8th November 2015 at 5:17am
purpose | prepend a range of items from an array to the list |
---|---|
input | a list of items |
suffix | an integer N, defaulting to all |
parameter | list =the array of items to be prepended to the head of the list |
output | a list with items prepended from the head of the parameter array |
! output | a list with items prepended from the tail of the parameter array |