Kotlin - Control Flow as Expressions
How can you use a Kotlin
when expression to differentiate between Int values inside the range 1..10, Double values, and all other types, returning a different message for each?