<- PRPL reference <- Lists
| Arguments | Result | Notation |
|---|---|---|
| list | [list-] |
Adds all values on the stack to the beginning of a list. Any values previously stored in the list are shifted up.
Split("1,2,3,4,5,6" ",") ->list
Split("1,2,3,4,5,6" ",") <-list PrependStackToList
Trace(<-list)