list_remove_element (list l, integer position) ⇒ list
Removes an element from a list, l, at a specified index, position. Note: This function does not copy the list, l, but simply removes an element from it.
Alternative function names: list_remove
First available: Version 1.3.1
Comments