Turtle and Observer Command

list? thing

Returns true if thing is a list.

Examples:
list? 4 returns false.
list? [4] returns true.

Related commands:
list se word?