User Tools

Site Tools


prpl:removelistelement

<- PRPL reference <- Lists

RemoveListElement

ArgumentsResultNotation
list position [ list int - ]

Description

Removes an element from a list at a given position. Position are indexed from 0.

Elements after the removed one will be shifted towards the start of the list.

Examples

"a" "b" "c" PrependStackToList ->list #["a", "b", "c"] 
<-list 1 RemoveListElement #["a", "c"]
prpl/removelistelement.txt · Last modified: 2017/08/30 08:55 by kajacx