Turtle and Observer Command

min-of-list list

Returns the least value in the given list.

Note: If list contains no numbers, the greatest possible number is returned. If some of the list, when evaluated, are not numbers, those values are ignored.

Examples:

min-of-list [1 2 3] returns 1.

Related commands:
max-of-list