Skip to main content
Active reading.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

It is not a keyword, but a label. If inside the forfor loop you write break loop;, and you exitsexit that loop.

It is not a keyword, but a label. If inside the for loop you write break loop;, you exits that loop

It is not a keyword, but a label. If inside the for loop you write break loop;, and you exit that loop.

Source Link
greuze
  • 4.4k
  • 5
  • 47
  • 65

It is not a keyword, but a label. If inside the for loop you write break loop;, you exits that loop