Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

For loop lua

for startValue, EndValue, [increments] do
        --code to execute
end
--The increments value is optional.  If it isn't defined, it is assumed to be "1"
Source by www.lua.org #
 
PREVIOUS NEXT
Tagged: #For #loop #lua
ADD COMMENT
Topic
Name
1+1 =