Skip to content

Release Notes for Version 0.6.0

Choose a tag to compare

@bjfssd757 bjfssd757 released this 29 Aug 13:02
· 4 commits to main since this release

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.