do-while is another such loop similar to while, except that it is an exit-controlled loop. loop do #code to be executed break if booleanexpression ...
確定! 回上一頁