[#CScript-operator_lshift-0fa] = xref:CScript.adoc[CScript]::operator<< :relfileprefix: ../ :mrdocs: Appends a script number as pushed data. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CScript.adoc[CScript]& operator<<(xref:CScriptNum.adoc[CScriptNum] const& b); ---- == Return Value A reference to this script. == Parameters [cols="1,4"] |=== | Name| Description | *b* | Script number to push. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#