next up previous contents index
suivant: Les instructions "Pour" monter: Les instructions conditionnelles précédent: Traduction MuPAD   Table des matières   Index

Traduction TI89/92

Si ..alors
:If condition Then : action : EndIf
Si..alors sinon
:If condition Then : action1 : Else : action2: EndIf
Exemple :
:If A = 10 or A < B Then : B-A->B : Else : A-B->A : EndIf

Documentation de giac écrite par Renée De Graeve