From WikiChip
Difference between revisions of "Module:comp"

(Created page with "local m = {} function m.mpu_comp(frame) return "test" end")
 
Line 4: Line 4:
 
   return "test"
 
   return "test"
 
end
 
end
 +
 +
return m

Revision as of 18:20, 17 May 2017

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

local m = {}

function m.mpu_comp(frame)
  return "test"
end

return m