switch 3.141592654 { ... }
const P = 3.141 switch 3.141 { case P: fmt.Println("This prints") }
switch { case a && b: .. case something(): }