變更

增加 18 位元組 、 2020年7月8日 (三) 12:40
無編輯摘要
行 1: 行 1: −
function p.hello()
+
local p={}
   return "Hello, world!"
+
function p.x(frame) return frame:getParent().args["a"] end
end
  −
   
return p
 
return p