[#CScript-operator_lshift-0b5] = xref:CScript.adoc[CScript]::operator<< :relfileprefix: ../ :mrdocs: Appends a single opcode. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CScript.adoc[CScript]& operator<<(xref:opcodetype.adoc[opcodetype] opcode); ---- == Return Value A reference to this script. == Parameters [cols="1,4"] |=== | Name| Description | *opcode* | Opcode to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#