Min

Description
Returns the smallest of zero or more numbers.
Tags
Functions
Type
#
Syntax
min(number...)
Example
min(4, 1, 5, 3) == 1
Template Example