====== min ======
===== Description =====
Return the lesser of two numbers.
===== Function prototype =====
variant min
===== Arguments =====
^ Name ^ Type ^ Comment ^
| //arg1// | variant | The first number to be evaluated. |
| //arg2// | variant | The second number to be evaluated. |
===== Return value =====
The lesser of //arg1// and //arg2//.
===== Example =====
echo
... the output of which is written to the event log by [[plugins:general:zeoscript:reference:functions:echo]] as:
1
===== Comments =====
None.
===== See also =====
* [[plugins:general:zeoscript:reference:functions:max]]
* [[plugins:general:zeoscript:reference:functions:islt]]