'outer: loop { loop { // break; // This would break only the inner loop break 'outer; // This breaks the outer loop } }