Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
case
mot-clé utilisé dans une structure "select"
Description
Mot-clé utilisé dans une structure select ... case ... end
A utiliser de la façon suivante :
select expr0, case expr1 then instructions 1 case expr2 then instructions 2 ... case exprn then instructions n [else instructions] end
Exemples
Voir aussi
Report an issue | ||
<< break | Structure de contrôle | do >> |