Else.s constructor
- Conditional then
If none of the proceding Iff or ElseIf are executed, then
then
will be executed.
Use this constructor when you only have a single then
condition.
Implementation
Else.s(Conditional then) : this([then]);
If none of the proceding Iff or ElseIf are executed, then
then
will be executed.
Use this constructor when you only have a single then
condition.
Else.s(Conditional then) : this([then]);