fun test(i: Int): Boolean { return i == 1 || i == 2 || i == 3 }