~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#lists| 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 ===== <=[[4rpl:start| Index]]