%import textio main { sub start() { ubyte xx when xx { 2 -> { } 3 -> { } 50 -> { } else -> { } } } }