EngediKimHyeYoung / Roblox

0 stars 0 forks source link

while 반복문 #7

Open EngediKimHyeYoung opened 3 years ago

EngediKimHyeYoung commented 3 years ago

local count = 0 while count <10 do print(count) count = count+1 end

print("end")