~~NOTOC~~ ====== 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)