index list element
Returns a new modified [list of data] with element inserted into the index position. The input list is not changed.
element
index
Examples: insert 2 [5 6 7] "hello" returns [5 hello 6 7].
insert 2 [5 6 7] "hello"
Related commands: fput lput se list?