| Stack |
Operation |
Description |
|
|
OP_1
|
The number 1 is pushed onto the stack. Same as OP_TRUE
|
1
|
OP_2
|
The number 2 is pushed onto the stack.
|
1 2
|
OP_CODESEPARATOR
|
All of the signature checking words will only match signatures
to the data after the most recently-executed OP_CODESEPARATOR.
|
1 2
|
OP_ADD
|
a is added to b.
|
3
|
OP_3
|
The number 3 is pushed onto the stack.
|
3 3
|
OP_EQUAL
|
Returns 1 if the inputs are exactly equal, 0 otherwise.
|
1
|
RESULT
|
True if the remaining stack is anything other than empty or 0.
|