Index
Lists

:!: Available in version 2.5 and later.

ListToStack

ListToStack(<-list)

Description

Pushes all elements from `list` onto the stack. Elements are pushed in the order they appear in the list.

Examples

 

Index