It's not lambdas, actually. You can write `if (foo...
# getting-started
d
It's not lambdas, actually. You can write
if (foo) bar else baz
, you can't do that with functions that take lambdas.