Module:ELearningSteps
From Animation Luzern Wiki
Revision as of 09:09, 6 November 2018 by Jean.first@animation-luzern.ch (talk | contribs) (Die Seite wurde neu angelegt: «local p = {} -- p stands for package function p.hello( frame ) return "Hello, world!" end return p»)
Documentation for this module may be created at Module:ELearningSteps/doc
local p = {} -- p stands for package
function p.hello( frame )
return "Hello, world!"
end
return p