list.min
Syntax
Get the minimum value in the list.
As determined by the greater than operator ‘>’.
a - The minimum value in the list as determined by the greater than operator.
l - The list to scan for the minimum value.
list.max
list.prepend
9.1.13