fn: lua_pushstring 
					
								[contents]
				
								
				f++ :   
				
				n++ :   
								
				
								
				
								
				
								
				
								
							
						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)
}
				
![[ports] (FreeBSD) Get it from the FreeBSD [ports]](../../images/freebsd.webp)
