« Programmation LSE » : différence entre les versions

Contenu supprimé Contenu ajouté
CiceroLSE (discussion | contributions)
m corriger bogue de présentation
CiceroLSE (discussion | contributions)
Ligne 289 :
&nbsp;&nbsp;'''QUAND COND2'''<br/>
&nbsp;&nbsp;&nbsp;&nbsp;'''AFFICHER''' 'COND2 est vrai'<br/>
'''FIN EVALUER'''</code><br/><br/>
Ce code exprimerexprimé sous la forme d'une suite de '''SI-ALORS''' correspond à la séquence d'instruciotninstructions suivante:<br/><br/>
<br/><br/>
Ce code exprimer sous la forme d'une suite de '''SI-ALORS''' correspond à la séquence d'instruciotn suivante:
<br/><br/>
<code>'''SI''' COND0 '''ALORS''' '''AFFICHER''' 'COND0 est vrai'<br/>
'''SI''' COND1 '''ALORS''' '''AFFICHER''' 'COND1 est vrai'<br/>
'''SI''' COND2 '''ALORS''' '''AFFICHER''' 'COND2 est vrai'<br/>
</code>
<br/><br/>