Lua关键字

Lua关键字教程

Lua 的关键字共有 26 个,在 Lua 中保留关键字不能作为常量或变量或其他用户自定义标示符。

Lua保留关键字

and break do else
elseif end false for
function if in local
nil not or repeat
return then true until
while goto