Whats the syntax for nested block scopes ? In java...
# getting-started
s
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