Skip to main content

OP_NOT

Constant OP_NOT 

Source
pub const OP_NOT: u8 = 0x91;
Expand description

Push 1 if the top item is 0, push 0 otherwise.