LISTP thing LIST? thing
thing
Outputs TRUE if the input is a list, FALSE otherwise.
SHOW LISTP "Hello false
SHOW LISTP "Hello
SHOW LISTP [Hello] true
SHOW LISTP [Hello]
SHOW LISTP {Hello} false
SHOW LISTP {Hello}