Scilab-Branch-6.1-GIT
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
palavra-chave usada na estrutura select (significa "caso...")
Descrição
Palavra chave usada na estrutura select ...
case
Use-a do seguinte modo:
select expressão0, case expressão1 then instruções1, case expressão2 then instruções2, ... case expressãon then instruçõesn, [else instruções], end
Ver Também
Histórico
Versão | Descrição |
6.0.0 | case is now protected:
Assignments like case=1 are no longer possible. |
Report an issue | ||
<< break | Control flow | continue >> |