Module:IncognitoTestLua
Documentation for this module may be created at Module:IncognitoTestLua/doc
local p = {}
local intern = require('Module:IncognitoTestLua2')
function p.foo(frame)
return intern.internal('Hello ', frame)
end
function p.bar(frame)
return intern.internal('Bye ', frame)
end
return p
--[[
commentaires sur plusieurs lignes
2 boucles for
boucle while
boucle repeat... until()
]]--
-- commentaire sur une ligne