This is an old revision of this page, as edited by Ash Crow(talk | contribs) at 14:40, 14 August 2019(←Created page with '--this is a comment --task2 p = {} function p.CleverName(frame) return "Hello World." end p.Hi = function(frame) anyName = frame.args.name return "Hello fr...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 14:40, 14 August 2019 by Ash Crow(talk | contribs)(←Created page with '--this is a comment --task2 p = {} function p.CleverName(frame) return "Hello World." end p.Hi = function(frame) anyName = frame.args.name return "Hello fr...')
--this is a comment--task2p={}functionp.CleverName(frame)return"Hello World."endp.Hi=function(frame)anyName=frame.args.namereturn"Hello from Lua to my firen "..anyName..".<br>"endreturnp