Site Notice

hello, world

Module:Variable

From Project-EPB Commons
Revision as of 01:53, 29 October 2020 by 机智的小鱼君 (talk | contribs) (Created page with "local p = {} variable = variable or 1 function p.main() return variable end variable = variable + 1 return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{{#invoke:variable|main}}{{#invoke:variable|main}}{{#invoke:variable|main}}

2 2 2


local p = {}

variable = variable or 1

function p.main()
	return variable
end

variable = variable + 1

return p