list.max
Syntax
Get the maximum value in the list.
As determined by the less than operator ‘<’ applied to the values in the list.
a - the maximum value in the list, as determined by the less than operator.
l - the list to scan for the maximum value.
list.insert.list
list.min
9.1.13