I’m studying switch expression, and I’d like to know how to pass control to the invoker method because “yield” just exits from the switch expression. I can’t find any way to make it behave like the classic switch statement. Is it even possible? UPDATE: Here’s a little pieceā¦