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