-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Else_if
Reading time: 1minUsual programming command. It should be preceded by an if
. Executes the next block of code if the condition in the if
statement was not hold and the current one is true.
Syntax
else_if..condition..end