blob: 3f9fe2b402243110ccbfa08613ff17707f96326c [file] [log] [blame]
=====================================
``lua_module`` Hello World Lua module
=====================================
A Lua C module showing how to add built-in modules to the Lua interpreter.
Usage:
.. code-block:: lua
> hello.say_hello()
"Hello World!"