else_if

Add a else if branch to a previously defined if.

@safe
else_if
(
T
)
(
T if_
,
string condition
)
if (
T.kind.among(ActivityKind.IfThen, ActivityKind.If)
)

Meta