What would be a better way to
Simplify the following statement?
IF (it's me)
IF(I am here) ThEN
IF ( case 1) THEN a
ELSE If ( case 2) ThEN b
ELSE c
Endif
Endif
ElSE IF ( I am not here) ThEN
IF ( case 1) THEN d
ELSE IF (case 2) THEN e
ELSE c
ENDIF
ENDIF
ENDIF
ENDIF