Contents
Syntax
The syntax for
lua_pushstring(string)
@lua_pushstring(string)
Description
The
f++ example
Example of
- lua_pushstring("hello, world!")
- lua_setglobal("str")
- lua
- {
- print(str)
- }
n++ example
Example of
- @lua_pushstring("hello, world!")
- @lua_setglobal("str")
- @lua
- {
- print(str)
- }