ListQ
ListQ(expr)
tests whether
expr
is aList
.
Examples
>> ListQ({1, 2, 3})True
>> ListQ({{1, 2}, {3, 4}})True
>> ListQ(x)False
ListQ(expr)
tests whether
expr
is aList
.
>> ListQ({1, 2, 3})True
>> ListQ({{1, 2}, {3, 4}})True
>> ListQ(x)False