loop stuff(); if not c then exit; end if; end loop; · do { someThing(); someOtherThing(); } while(c); · (loop [] (do something) (when c (recur))) · IDENTIFICATION ...
確定! 回上一頁