```sh
var = array_contains handle value
```
Returns the first index of the array with the same value as provided.<br>
If not found, false will be returned.
* *
The value index in the array or false if not found.
```sh
handle = array value1 value2 value3
index = array_contains ${handle} value2
```