Modul:Test1
Aus SchnuppTrupp
Version vom 12. August 2016, 18:53 Uhr von Bowserkor (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „local p = {} function p.variables() local variable = 1 variable = variable + 1 return variable end return p“)
Die Dokumentation für dieses Modul kann unter Modul:Test1/Doku erstellt werden
local p = {}
function p.variables()
local variable = 1
variable = variable + 1
return variable
end
return p