list
(
α
)
insert_at (
α
 
item
, 
int
 
index
, 
list
(
α
)
 
list)
Insert an item in a list at a given position.
item
The item to insert in the list.
index
The position at which to insert.
list
The list in which to insert. If index < 0 or index >= length(list),
the list is returned unchanged.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.