New array functions: PUSH, INSERT, and DELETE


We've added three new functions for adding and removing items from arrays.

  • PUSH adds one or more items to the end of an array.

  • INSERT adds an item to an array at a specific index.

  • DELETE removes an item from an array at a specific index.