Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 187 Bytes

is_array.sh.md

File metadata and controls

10 lines (8 loc) · 187 Bytes

in_array

in_array -- Finds whether a variable is an array.

Finds whether the given variable is an array.

Usage

// 1. Command form.
bool sub::is_array(string[]* variable)