blob: f819c9e0e197a84071a224977d348fba1bc08ebe [file] [log] [blame]
if (otherCondition) {
doAnotherAction();
} else if (someCondition) {
doSomeAction();
} else {
defaultAction();
}