5 ms·
This syntax already exists in LiveScript (http://livescript.net/#backcalls http://livescript.net/#backcalls) which compiles to straightforward JS. a <- doF
by GeZe 14y ago
This syntax already exists in LiveScript (http://livescript.net/#backcalls http://livescript.net/#backcalls) which compiles to straightforward JS.
a <- doFirstThing()
b, c <- doSecondThing(a)
doFinalThing(b + c)