chalup
fun foo(key: Bar) = cache.getOrPut(key) { return somethingSomething(key) }
yoavst
return
A modern programming language that makes developers happier.