There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
Documentation for this module may be created at Module:Bonjour/doc
local p = {}
function p.bonjour (a)
b = a
for i = 1, 5 do
b = "Bonjour vousĀ ! " .. i
end
return b
end
return p