Open EngediKimHyeYoung opened 3 years ago
local count = 0 while count <10 do print(count) count = count+1 end
print("end")
local count = 0 while count <10 do print(count) count = count+1 end
print("end")