Maybe you want to use an `if` inside the `when`? `...
# getting-started
v
Maybe you want to use an
if
inside the
when
?
is String -> if("HELLO".equals(obj.toUpperCase()))) println("Greeting")
s
voddan: ok that makes sense. so better to use if condition inside it