pub const OP_FALSE: u8 = 0x00;
Push an empty byte array (false/zero) onto the stack. Alias for OP_0.
OP_0