[list of data]
Returns a random element of the [list of data]. Returns false if the list is empty.
false
Examples:
pick [1 2] would return 1 fifty percent of the time and would return 2 fifty percent of the time.
Related commands: