Modul:Test2: Unterschied zwischen den Versionen

Aus How to be a Hero
Zur Navigation springen Zur Suche springen
 
Zeile 1: Zeile 1:
local p = {}  
local p = {}  


function eins()
function p.eins()
     return "afdfhhsdhf"
     return "afdfhhsdhf"



Aktuelle Version vom 17. Juni 2020, 21:41 Uhr

Die Dokumentation für dieses Modul kann unter Modul:Test2/Doku erstellt werden

local p = {} 

function p.eins()
    return "afdfhhsdhf"

end

return p