This is the second rule of my Guide to authoring Lua modules. ... --meta-fields here } pow.pow = function(a,b) local result = a for i=2,b do ...
確定! 回上一頁