跳转到内容

模組:Example

维基百科,自由的百科全书

这是Module:Example当前版本,由Yinweichen留言 | 贡献编辑于2014年1月23日 (四) 17:06 建立内容为“-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return "Hello, world!" end return p”的新页面)。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p