前一个 下一个 编辑 重命名 撤销 搜索 管理
| 文档 |
void GB.Push ( int nval , ... )Push values on the interpreter stack. * nval is the number of values you want to push. The values are passed as additional arguments this way : the type of the value, followed by the data representing the value, this being repeated for each value. When pushing a String, you must give a string pointer and a length.