Module:Sandbox/CX Zoom/TestPage1

This is an old revision of this page, as edited by CX Zoom (talk | contribs) at 09:19, 26 June 2023 (Experiment). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local function main (frame)
	str = "2+3"
	res = load(str)
	return res
end

return	{
	main = main,
	}