If you want to make only a few variables readonly, try something like this: $ cat ro.lua -- make some global variables readonly local ReadOnly = { x = 5,
確定! 回上一頁