So the `emit` keyword is dead, fwiw, I liked this ...
# announcements
m
So the
emit
keyword is dead, fwiw, I liked this idea:
Copy code
fun <T> foo(fn:() -> T) : T = fn()

foo (^40 + 2)

foo {
    yield 40 + 2
}