array.delete
Syntax
Delete an array. Any FISH symbols pointing to the array are set to null.
Note that if this is called in a multi-threaded environment, the actual deletion will be deferred.
b - bool return (always true)
a - array pointer
array.copy
array.dim
9.1.13