Transfers control to the labeled statement.
When you use break with a label, it terminates the specified labeled statement.
The labeled statement can be used with break or continue statements.
labeled statement A label provides a statement with an identifier that lets you refer to it elsewhere in your program.
Un label (ou étiquette) permet de fournir un identifiant pour une instruction afin d'y faire référence depuis un autre endroit dans le programme.
A GOTO statement in PL/SQL programming language provides an unconditional jump from the GOTO to a labeled statement in the same subprogram.
Une GOTO déclaration dans un langage de programmation PL / SQL fournit un saut inconditionnel de la GOTO à une instruction étiquetée dans le même sous - programme.
A goto statement in Go programming language provides an unconditional jump from the goto to a labeled statement in the same function.
Lorsque le code ci-dessus est compilé offre un saut inconditionnel de la goto à une instruction étiquetée dans la même fonction.
Andere resultaten
Critics labeled the politician's statements as morally suspect and self-serving.
The expert labeled the politician's statements with a high punchability rating.
The goto-LABEL form finds the statement labeled with LABEL and resumes execution there.
La forme goto-LABEL trouve l'instruction marquée par LABEL et reprend l'exécution à cet endroit.
During the i-time pass only, unconditionally transfer control to the statement labeled by label.
Transfère le contrôle sans condition vers l'instruction étiquetée par label, lors de la phase d'initialisation seulement.
Fermented products which do not meet these requirements must be labeled with a refrigeration statement.
Les produits fermentés qui ne respectent pas ces exigences doivent être munis d'une étiquette portant la mention garder froid.
During the p-time passes only, unconditionally transfer control to the statement labeled by label.
Description Transfère le contrôle sans condition vers l'instruction étiquetée par label, lors des phases d'exécution seulement.
The goto-LABEL form finds the statement labeled with LABEL and resumes execution there.
La forme goto-LABEL trouve la ligne étiquetée par LABEL et continue l'exécution à cette ligne.