- 由字母、數字 (不能當開頭)、或「_」組成的字串
- 可以自己把「_」預留為 dummy 變數
- 避免使用「_大寫字母」,例如 _VERSION,Lua 保留作為特殊用途
- _PROMPT:互動模式時的提示字
- 保留字:and break do else elseif end false for function if in local nil not or repeat return then true until while
- Programming in Lua (second edition) by Roberto Ierusalimschy, Lua.org, March 2006
沒有留言:
張貼留言