⇐ Index ⇐ Lists
ClearList(<-list)
Takes a list from the stack and removes all elements from the list.
CreateList ->list AppendToList(<-list "42") ClearList(<-list)
⇐ Index