Documentation

max

Syntax: %max(a,b,c,d...)

return the maximum value of the parameters.

Example:

#SHOW %max(2,9,10,5+3,-6)


Displays: 10

Add comment

Login or register to post comments