Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.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
| << brackets | Scilab palavra-chave | colon >> |