This is an old revision of the document!
<- PRPL reference <- Lists
| Arguments | Result | Notation |
|---|---|---|
| list | [list-] | |
Adds all values on the stack to the end of a list. The order of the values will be reversed.
Split("1,2,3,4,5,6" ",") ->list
Split("1,2,3,4,5,6" ",") <-list AppendStackToList
Trace(<-list)