--Html110 Google Code-in, Introduction to Lua in Wikipedia
local p =
p.Hi = function(frame) strName = frame.args.name return "Hello from Lua to my friend " .. strName .. "."end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Html1110".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.