DEBSOURCES
Skip Quicknav
sources / lua-penlight / 1.0.2%2Bhtmldoc-2 / tests / lua / bar.lua
12345678910
--- test module for demonstrating app.require_here() local bar = {} function bar.name () return 'bar' end return bar