elseif
-
Documents
Programming and Scripts
Scripts To create a script, use the edit command, edit mysphere This command opens a blank file named mysphere.m. Enter some code that…
Read More » -
Controls
elseif
elseif IF statement condition. elseif is used with IF. The statements after the elseif are executed if the expression is…
Read More » -
if
if if statement condition. The general form of the if statement is if expression statements ELSEIF expression statements ELSE statements…
Read More » -
else
else Used with IF. else is used with IF. The statements after the else are executed if all the preceding…
Read More »