hi! can i declare something like `some.thing.like`...
# getting-started
t
hi! can i declare something like
some.thing.like
as
one
without doing
val one = some.thing.like
?
m
Why obfuscate it?
I mean, how much more concise could it be?
b
Depends on the context. Do you need the variable "one" to persist or would it be temporary and could be wrapped in something like a with or let lambda?