<- PRPL reference <- Lists

AppendToList

ArgumentsResultNotation
list value [list value-]

Description

Adds a value to the end of a list.

Examples

Split("1,2,3,4,5,6" ",") ->list 
AppendToList( <-list 7) 
Trace(<-list)