table.remove
Removes from list the element at position pos, returning the value of the removed element.
remove(list: table [, pos: integer]) -> anyRemoves from list the element at position pos, returning the value of the removed element.
remove(list: table [, pos: integer]) -> any