diff options
| -rw-r--r-- | lualibs-function.lua | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/lualibs-function.lua b/lualibs-function.lua new file mode 100644 index 0000000..7ded8ce --- /dev/null +++ b/lualibs-function.lua @@ -0,0 +1,11 @@ +if not modules then modules = { } end modules ['l-functions'] = { +    version   = 1.001, +    comment   = "companion to luat-lib.mkiv", +    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL", +    copyright = "PRAGMA ADE / ConTeXt Development Team", +    license   = "see context related readme files" +} + +functions = functions or { } + +function functions.dummy() end | 
