Turtle and Observer Command

pick [list of data]

Returns a random element of the [list of data]. Returns false if the list is empty.

Examples:

pick [1 2] would return 1 fifty percent of the time and would return 2 fifty percent of the time.

Related commands: