Learn Rust - loop { block } // infinite loopwhile condition { block } ... continue // jump to the end of the loop body, starting a new iteration if necessary.
確定! 回上一頁