Hi all, silly question here, I know there's an imp...
# announcements
v
Hi all, silly question here, I know there's an implicit return on lambdas, but how can I prevent that the last line of my lambda actually to be ignored? I know I could assign it to a value. such as
val foo = fun()
but is there another way?