Skip to content

Latest commit

 

History

History

ch06_labels

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

6. Labels

  • is the name/identifier of loop that allows to influence the outer loop from inner loop
  • possible tu use for:
    • loop constructs: while, do-while,for-each and for with index
    • or block code
  • commands to influence: break loop or continue with next iteration