# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
array
# Examples
put "apple" into tArray[1] put "carrot" into tArray[1] put tArray is an array -- Evaluates to true
# Description
Use the array keyword to find out whether a value is an array.
# Tags
# See