lua_module
Hello World Lua module
A Lua C module showing how to add built-in modules to the Lua interpreter. Usage:
lua
> hello.say_hello()
"Hello World!"
lua_module
Hello World Lua module A Lua C module showing how to add built-in modules to the Lua interpreter. Usage:
> hello.say_hello()
"Hello World!"