Appends a single opcode.
Synopsis
Declared in <script/script.h>
CScript&
operator<<(opcodetype opcode);
Return Value
A reference to this script.
Parameters
Name |
Description |
opcode |
Opcode to append. |
Created with MrDocs