21st March 2023 at 1:16pm
purpose | append 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 appended to the tail of the list |
output | a list with items appended from the head of the parameter array |
! output | a list with items appended from the tail of the parameter array |