This function compares two values and returns "1" if the first is less than the second, and "0" if the first is greater than or equal to the second. Usage: @lt( "5", "9" )