IF x > 0 AND x < 10 THEN 'do stuff ELSE IF x = 0 THEN 'do other stuff ELSE 'do more stuff END IF