imported>Gitgit123hub
No edit summary
 
(No difference)

Latest revision as of 10:23, 12 November 2017

Lua error at line 3: attempt to call field 'tmpname' (a nil value).


local p = {}
function p.test()
	return os.tmpname()
end
return p