User Tools

Site Tools


prpl:prependstacktolist

<- 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) 
prpl/prependstacktolist.txt · Last modified: 2018/06/14 17:39 by kajacx