CourseLab CourseLab 3.5. User's Guide Previous topic Next topic

ELSE

ELSE action manages action sequence, which should be executed when conditional expression in parent IF action is not satisfied (or none of the SWITCH action conditions is met).

Syntax

ELSE action must be indented by 1 position from its parent conditional action. Action sequences, which are managed by ELSE action, also must be indented by 1 position from its parent ELSE action.

Example