Version 0.2.0 #263
mandel
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Warning: This release introduce a non-backward compatible change:
call
blocks take closures as argument instead of function names. In practice, a function call likecall: f
must be replace bycall: ${f}
.What's Changed
call:
is a closure, not a name by @mandel in The argument ofcall:
is a closure, not a name #242Full Changelog: v0.1.1...v0.2.0
This discussion was created from the release Version 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions