變更

無編輯摘要
第2行: 第2行:     
function p.hello( frame )
 
function p.hello( frame )
 +
   a=3
 +
   mw.log(a)
 
    return "Hello, world!"
 
    return "Hello, world!"
 
end
 
end
    
return p
 
return p