fun box() : String = when (true) { ((true)) -> "OK" (1 == 2) -> "Not ok" }