Modul:Luafunktionstest

Aus SchnuppTrupp
Wechseln zu: Navigation, Suche

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

-- For unit tests, see [[Module:Bananas/testcases]]
-- local p = {}

function add(a,b)
    local a 
    local b 
     return a+b
--    p = result .. ':a + b is ' .. a + b .. '\n'
--    return p
end