while num < 10 do num = num + 1 end print(num) -> 10 In a game development ... As long as the condition is not falsy (false or nil in Lua), the loop will ...
確定! 回上一頁