Join Slack
Powered by
<What is it called and what does it mean when a fu...
# stackoverflow
r
rss
10/01/2024, 6:31 PM
What is it called and what does it mean when a function "equals" another function and provides a body?
Like in this expression: fun main() = runBlocking { ... } Are we executing the runBlocking function and passing the { } body in as a functional argument? What is this called? I know it immediately executes main because of the parens.
Open in Slack
Previous
Next