Constant GT

Source
pub const GT: Op;
Expand description

§Gt

0x12

Check if left-hand side is greater than right-hand side.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs > rhs]