insert
index list element
Parameters:
index |
Number |
Position in list indicating where to insert |
list |
List |
|
element |
Anything |
|
Description:
Returns a new modified [list of data] with element inserted into the index position.
Notes:
The input list is not changed.
Related Commands:
fput
lput
member?
remove