blob: ab7f1dad2b463bea82949da3b33d0afe49bbf54c [file] [log] [blame]
if (someCondition) {
doSomeAction();
} <spot>else</spot> if (otherCondition) {
doAnotherAction();
} else {
defaultAction();
}