Skip to content

Alpha-3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cohix cohix released this 02 Jan 00:09
· 566 commits to main since this release
v0.0.3
d8704a5

Alpha-3 brings new clauses to the Directive: as and with!

as can be used to define the key that a function's return value gets set to in state, similar to "setting a variable"

with can create a scoped state to pass into any function, essentially allowing for "function arguments"

See the docs for details!