ok, `run` is like let but doesn't need input. ``...
# getting-started
a
ok,
run
is like let but doesn't need input.
Copy code
val somethingComplex = run {
   // do a lot of stuff
   myResultOfAllThat
}