[#CScript-operator_lshift-0ff] = xref:CScript.adoc[CScript]::operator<< :relfileprefix: ../ :mrdocs: Appends an integer using the most compact push encoding. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CScript.adoc[CScript]& operator<<(int64_t b); ---- == Return Value A reference to this script. == Parameters [cols="1,4"] |=== | Name| Description | *b* | Integer to push. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#