```sh
var = array_is_empty handle
```
Returns true if the provided array handle is an empty array.
### Parameters
The array handle.
### Return Value
True if the provided handle belongs to an empty array.
### Examples
```sh
values = array
out = array_is_empty ${values}
```