Join Slack
Communities
Powered by
Whats the syntax for nested block scopes ? In java...
# getting-started
s
spand
09/08/2016, 5:22 AM
Whats the syntax for nested block scopes ? In java I would just use
{ }
but the shortest I have found in kotlin is
if (true) {}
so far
Open in Slack
Previous
Next