ARRAYP

Synopsis
ARRAYP thing
ARRAY? thing
Description

Outputs TRUE if the input is an array, FALSE otherwise.

Example
SHOW ARRAYP "Hello
false
SHOW ARRAYP [Hello]
false
SHOW ARRAYP {Hello}
true

SourceForge.net Logo