function hello_lua() print "Hello Lua!" print(_VERSION) alert("this alert is from lua") end hello_lua() return "this is return value"