Numeric greater-than assertion
Passes if a > b for numeric arguments (Int or
Float).
a (Int): | Float The left-hand
numeric value.
b (Int): | Float The right-hand
numeric value.
Expect_pass when a > b,
Expect_stop otherwise.
assert(expect_gt(2, 1))