<@U3669PPNG> If you want to use named variable ins...
# getting-started
g
@nkiesel If you want to use named variable instead
this
. Especially useful with nested blocks of the same type. obj.apply { foo() } //returns obj obj.also { it.foo() } //returns obj