local p = function p.hello(frame) local name = frame.args[1] if not name then name = 'World' end local u = "" for i = 1, 5 do u = u .. '\n\n' .. i .. ': Hello ' .. name .. '! This is Lua!' end return uend return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:User:Doc Taxon/Hello".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.