Scilab 6.0.0
Scilab Help >> Scilab > Control flow > elseif
elseif
keyword in if-then-else
Description
If there is more than one condition then keyword elseif
is useful.
If there is more than one elseif
then the first true condition
is selected (even other also are true).
Comments
Add a comment:
Please login to comment this page.