--Abdnegm Google Code-in 2019, Introduction to Lua in Wikipedia--Lua Task 2 - Working with moduleslocalp={}functionp.hello(frame)return"Hello, world!"endp.Hi=function(frame)strName=frame.args.nameor"Jimmy"return"Hello from Lua to my friend "..strName..".<br>"endreturnp