continue
예:
LABEL: while (a > b) { System.out.println("Hello"); // 아래 코드는 루프 내 마지막 구문입니다 // 그러므로 불필요한 라벨 및 continue를 제거할 수 있습니다 continue LABEL; }