The break keyword is like next , but it ends the loop & returns a value, instead of skipping just one iteration. It can be used for an early return from a loop.
確定! 回上一頁