Skip to content

ListQ

Tests whether an expression is a list.

$ wo 'ListQ[{1, 2, 3}]'
True
$ wo 'ListQ[3]'
False