Else.s constructor

Else.s(
  1. 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]);