if ( CONDITION ) { ACTION } elsif ( OTHER-CONDITION ) { ACTION } else { Maybe this shouldnt have been a possibility? Throw an Error? }