package main var IO = 1 func quad(q string) int { switch q { case "IO", "io": return IO } return -1 }