summaryrefslogtreecommitdiff
path: root/lualibs-function.lua
blob: 7ded8ceecd5c61e66e7beca0474a17a2781666ad (plain)
1
2
3
4
5
6
7
8
9
10
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