Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

while loop lua

while i < n do
	print(i^2) -- Same here
	i = i+1 --Stick your own here
end
 
PREVIOUS NEXT
Tagged: #loop #lua
ADD COMMENT
Topic
Name
4+9 =