Questo contenuto non è disponibile nella lingua selezionata.
Chapter 6. Statement types
Statements enable procedural control flow within functions and probe handlers. The total number of statements executed in response to any single probe event is limited to MAXACTION, which defaults to 1000. See Section Section 1.6, “Safety and security”.
6.1. break and continue Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
Use
break
or continue
to exit or iterate the innermost nesting loop statement, such as within a while, for,
or foreach
statement. The syntax and semantics are the same as those used in C.