Constant GTE

Source
pub const GTE: Op;
Expand description

§Gte

0x14

Check if left-hand side is greater than or equal to right-hand side.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs >= rhs]