2015년 11월 8일 오전 5:17
| 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 |