Release Notes for Version 0.6.0
New Features
-
New global functions:
- array_length(array);
- array_push(array, element);
- array_pop(array);
- array_contains(array, element);
- array_join(array, separator).
-
New FileSystem object with corresponding functions;
-
Refactored RDL interpreter architecture;
-
Added new logical operators:
&&and||; -
Added support for arrays;
-
Added operators:
-=,*=,/=,^=, as well as the respective mathematical operations.
Thank you for using Netter! Please report any bugs or share your feedback to help us improve.