@gt()

This function compares two values and returns "0" if the first is less
than or equal to the second, and '1" if the first is greater than the
second.

Usage:
@gt( "5", "9" )