list.min

Syntax

a := list.min(l)

Get the minimum value in the list.

As determined by the greater than operator ‘>’.

Returns:a - The minimum value in the list as determined by the greater than operator.
Arguments:l - The list to scan for the minimum value.