<= function
$(<=, val1, val2)
Returns whether the first specified number is less than or equal to the second number. If less than or equal to, this function returns 1; if not, this function returns 0.
Example
$(<=,(getvar,textsize),.5)
Returns whether the first specified number is less than or equal to the second number. If less than or equal to, this function returns 1; if not, this function returns 0.
$(<=,(getvar,textsize),.5)