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