ZSharp v2.1.1-alpha
What's Changed
- Allow for odd spacing, (ex. tabs, no tabs, spaces, etc.)
- Rename from determinant to comparer
- Fix syntax
- Fix issues with single arg function calls
Print
andPrintl
functions now work- Escape sequences now work as they should
- Interpreter log and error log now ignore escape sequences and write as raw text for easier string debugging
- Add
EXIT_WHEN_DONE
builtin variable. WhenEXIT_WHEN_DONE
is equal totrue
, the console window will automatically close when the program is done/when you close the game window - Add mathematical functions by @Kaputchino in #22
New Contributors
- @Kaputchino made their first contribution in #22
Full Changelog: v2.1.0...v2.1.1