v0.20.0 is now available for download. This is a pre-release that contains a few new features to the core language. The most notable of these is the ability to specify map keys without quotes.
math.max
to the math module [Documentation]math.min
to the math module [Documentation]If you're on mac and used homebrew
to install Zaidlang, you can update to the latest version using the following command:
brew upgrade zaid
If you used go install
to install Zaidlang, you can update to the latest version using the following command:
go install zaidlang.org/x/zaid@latest
You may always download the latest version of Zaidlang from our GitHub releases page.