Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - 日本語 -
Scilab help >> Scilab > Scilab keywords > elseif

elseif

keyword in if-then-else

Description

See if,then,else .

Example

a=1;
if a==1 then
    disp("a equals 1")
elseif a==2 then
    disp("a equals 2")
else
    disp("Case not handle")
end
<< else Scilab keywords empty >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:24 CEST 2011