does kotlin have a postfix if? eg. `doThing() i...
# getting-started
x
does kotlin have a postfix if? eg.
doThing() if true
e
Kotlin tries to follow let-to-right flow.