LISTP

Synopsis
LISTP thing
LIST? thing
Description

Outputs TRUE if the input is a list, FALSE otherwise.

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

SourceForge.net Logo