Jump to content

Module:User:Huhu9001/000

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Huhu9001 (talk | contribs) at 11:15, 10 April 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local export = {}

global_count = (global_count or 0) + 1

function export.test_invoke(frame)
    return global_count
end

return export