模組:沙盒/Emojiwiki/calender/plus

文档图示 模块文档[创建]
local p
function p.plus()
    return frame.args[1] + 1
end
return p