$min
Returns the smallest number from the provided numbers.
Syntax
$min[A;B;...]
Parameters
A,B,...
(Type: Integer || Flag: Required)
: The numbers to get the minimum from. At least two numbers must be provided! Use semicolons;
as a separator to separate multiple numbers.
Example
$nomention
$min[3;5;1]