Appends a script number as pushed data.
Synopsis
Declared in <script/script.h>
CScript&
operator<<(CScriptNum const& b);
Return Value
A reference to this script.
Parameters
Name |
Description |
b |
Script number to push. |
Created with MrDocs