if조건식then 구문else 구문end if
if 조건식 then 구문elseif 조건식 then 구문else 구문end if;
IF 조건식 THEN 구문ELSEIF 조건식 THEN 구문ELSE 구문END IF;