Turtle, Observer, Patch

list? thing

Parameters:
thing Number the item, string, list, or variable that you are trying to determine if it is a list

Description:
Returns true if thing is a list.

Examples:
list? 4 returns false.

list? [4] returns true.

Related Commands:
number? word?