Skip to main content

OP_DIV

Constant OP_DIV 

Source
pub const OP_DIV: u8 = 0x96;
Expand description

Pop two items, push the integer quotient of the second divided by the top.