arrayp expression array? expression
Returns true the result of expression is an array.
true
Example:
print array? {1 2 3} print array? [1 2 3]
Output:
True False
See also:
Type predicates
Table of Content