Answers for "while main.lua"

Lua
0

while main.lua

x = 10

while( a < 20 )
do
 local x = display.newText(x,160,30)
 a = a+1
end
Posted by: Guest on March-07-2022

Browse Popular Code Answers by Language