An if statement with an else clause looks like in general (the else clause is optional)
if Boolean [then | :] code [else code ] end