thing
Returns true if thing is a list.
Examples: list? 4 returns false. list? [4] returns true.
list? 4
list? [4]
Related commands: list se word?