[#CScript-push_int64] = xref:CScript.adoc[CScript]::push_int64 :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]& push_int64(int64_t n); ---- == Return Value A reference to this script. == Parameters [cols="1,4"] |=== | Name| Description | *n* | Integer to push. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#