<- PRPL reference <- Lists
Adds a value to the end of a list.
Split("1,2,3,4,5,6" ",") ->list AppendToList( <-list 7) Trace(<-list)