As far as I know it already does. (just not all in one word)
Code:
IF Condition then
    Something
else 
    if Condition2 then
        something else
    endif
endif
_