All notable changes to the Neutron programming language are documented here.
!= operator now correctly returns inverted boolean results instead of identical to == operator&& and || symbol operators alongside existing and/or keywordstry, catch, finally, and throw statementsand operator to properly evaluate a and b as: if a is falsy return a, else return bor operator to properly evaluate a or b as: if a is truthy return a, else return bFor complete version history and detailed technical information, see the full changelog on GitHub:
View Full Changelog