Is this an array?

arrayp expression
array? expression

Returns true the result of expression is an array.

Example:

print array? {1 2 3}
print array? [1 2 3]

Output:

True
False

See also:

Type predicates

Table of Content