A simple example
>
if 3 < 4 then 5 else 6 fi;
if 3 > 4 then 5 else 6 fi;
>