greater function

VARP greater(
  1. VARP a,
  2. VARP b
)

Implementation

VARP greater(VARP a, VARP b) => F.greater(a, b);