Return the lesser of two numbers.
variant min <variant:arg1> <variant:arg2>
The lesser of arg1 and arg2.
echo <zs:min 1 2>
… the output of which is written to the event log by echo as:
1
None.