An action block that removes an element from an array.
The fiber will proceed immediately without pause.
The element at position index will be removed and any subsequent elements will be shifted to the left, subtracting one of their indices.
If index is empty, or evaluate to null
, the first element will be removed.
If the Array variable isn’t already assigned an array, a new array is assigned.