ARRAY?
Syntax ARRAY? word
 
Explanation

ARRAY? reports TRUE if its input is the name of an array. Otherwise it reports FALSE.

See also BYTEARRAY?, LIST?, NAME?, NUMBER?, WORD?,  and TYPEOF.
 
 

Examples MAKE "A ARRAY 5 
ARRAY? :A 
Result: TRUE 

TopIndex