Community Forum

Reserved variable names

Forum Overview >> Scripting

CategoryScripting
Created17.06.2009 21:36


Claudio Accotardi (Unknown) 17.06.2009 21:37
Hi,
Are there names of variables which can't be used in scripts?
Thanks
Best regards

Christian Ammann - GIANTS Software 17.06.2009 22:58
The following keywords are reserved in LUA and cannot be used as names:

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



Claudio Accotardi (Unknown) 18.06.2009 20:11
Mr. Ammann
Thanks
Best regards


Note: Log in to post. Create a new account here.