array.delete

Syntax

b := array.delete(a)

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.

Returns:

b - bool return (always true)

Arguments:

a - array pointer