From professional translators, enterprises, web pages and freely available translation repositories.
the if conditional consists of a group of statements with the same o number that start with if and end with endif.
le if conditionnel exécute un groupe d’instructions avec le même nombre o qui commence avec if et se termine avec endif.
once the flow of execution reaches the else reserved word in pseudo code, larp jumps directly to the next instruction after the endif.
au moment où le flux d'exécution arrive au mot sinon du pseudo-code, larp saute directement à la première instruction située après le finsi.
the test condition is evaluated and if the result is true, then the text until the next elif, else or endif element is included in the output stream.
la condition est évaluée et si le résultat est vrai, le texte qui suit jusqu'au prochain élément elif, else ou endif sera inclus dans le flux de sortie.
the test condition is evaluated and if the result is true, then the text until the next elif, else. or endif element is included in the output stream.
la condition test est évaluée, et si le résultat est vrai, le texte situé entre cet élément et le prochain élément elif, else. ou endif est écrit dans le flux de sortie.
in the above pseudo code structure (at left in the table above), the reserved word if indicates the beginning of conditional structure and the reserved word endif indicates where it ends.
dans la structure pseudo-code ci-dessus (à gauche), le mot réservé si indique le début de la structure conditionnelle, et le mot réservé finsi en indique la fin.