max

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

return the maximum value of the parameters.

Example:

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

Displays: 10

val_list={2,+003,2*5,%mod(28,15),5*8+3,-06}

#SHOW %max(40,@val_list,22)

displays: 43

NOTE: The list must be comma separated (a standard list must be modifed with %expandlist).



Contents %min %mss