```sh
var = is_map handle
```
Returns true if the provided value is a map handle.
The map handle.
True if the provided value is a map handle.
```sh
map_handle = map
value = is_map ${map_handle}
assert ${value}
released = release ${map_handle}
assert ${released}
```