gtSyntax %gt(a,b) Description Returns T if the first argument is numerically larger than the second. Non-numeric arguments are treated the same as 0. Numeric evaluation of the arguments ends with the first non-numeric character.Example %if(%gt(2,1),2 is greater than 1, 2 is not greater than 1) See Also gte | lt | lte |