<- PRPL reference <- Lists

PrependStackToList

ArgumentsResultNotation
list [list-]

Description

Adds all values on the stack to the beginning of a list. Any values previously stored in the list are shifted up.

Examples

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