///array_clone(array) //returns a copy of the array argument0[0] = argument0[0]; return argument0;