User Functions & Tagged Unions

Jyro 0.9.50 comes with two new features: scripts can now define user functions and use tagged unions to ensure coverage of all input cases.

There is a breaking change on this release: return keyword has been repurposed to return a value from a user function. Replace the return keyword with the new exit keyword when upgrading.

Previous
Previous

Named Arguments

Next
Next

Jyro 0.9.41