Instruction if

$\bullet$
Syntaxe :

instruction :
$\Rightarrow$ if ( expression ) instruction$_1$
$\Rightarrow$ if ( expression ) instruction$_1$ else instruction$_2$

$\bullet$
Sémantique :

expression est évaluée, si la valeur rendue est non nulle, on exécute instruction$_1$, sinon on exécute instruction$_2$ si elle existe.



Sous-sections

Matthieu Moy 2017-02-08