how to use "let" and what is importance of it
# getting-started
t
how to use "let" and what is importance of it
k
d
can also be used to chain arbitrary transformations
42.let { it + 1 }.let { it + 1 } == 44