```println(bar) // prints output of thingThatCould...
# getting-started
r
Copy code
println(bar) // prints output of thingThatCouldReturnNull() if foo is not null
println(baz) // prints "Hello" if is not null