Inserting elements into list



 Are threre any way to insert elements in the middle of a list?

 some like this:

          L:[1,2,4,5];
          insert( L , 3, 3 );

Thanks!