Turtle and Observer Command
insert index list element

Returns a new modified [list of data] with element inserted into the index position. The input list is not changed.

Examples:
insert 2 [5 6 7] "hello" returns [5 hello 6 7].

Related commands:
fput lput se list?