~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#lists| Lists]] ====== ClearList ====== ClearList(<-list) ===== Description ===== Takes a list from the stack and removes all elements from the list. ===== Examples ===== CreateList ->list AppendToList(<-list "42") ClearList(<-list) <=[[4rpl:start| Index]]