This is an old revision of this page, as edited by Doc Taxon(talk | contribs) at 14:58, 12 October 2015(←Created page with 'local p = {} function p.hello(frame) local name = frame.args[1] if not name then name = 'World' end i = 1 u = {} repeat u...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 14:58, 12 October 2015 by Doc Taxon(talk | contribs)(←Created page with 'local p = {} function p.hello(frame) local name = frame.args[1] if not name then name = 'World' end i = 1 u = {} repeat u...')
localp={}functionp.hello(frame)localname=frame.args[1]ifnotnamethenname='World'endi=1u={}repeatu=u..'Hello'..name..'! This is Lua!'i=i+1untili>5returnuendreturnp