Join Slack
Powered by
So the `emit` keyword is dead, fwiw, I liked this ...
# announcements
m
mplatvoet
10/13/2015, 5:03 PM
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 }
Open in Slack
Previous
Next