Join Slack
Powered by
ok, `run` is like let but doesn't need input. ``...
# getting-started
a
apatrida
09/30/2015, 4:53 PM
ok,
run
is like let but doesn't need input.
Copy code
val somethingComplex = run { // do a lot of stuff myResultOfAllThat }
Open in Slack
Previous
Next