Module:Sandbox: Difference between revisions

From Galim Synthesizers
Jump to navigation Jump to search
No edit summary
 
m (1 revision imported)
 
(No difference)

Latest revision as of 15:37, 11 November 2022

Documentation for this module may be created at Module:Sandbox/doc

local p = {}

function p.run( frame )
   error("You thought you could run this now, didn't you?")
end

return p