if (%a == 1) {
.......
}
if (%a == 1 || %a == 2) {
.......
}
;default stuff goes here
.......