5.3
https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.0
- Interpreter mode
- Performance tweak
5.1
- Improve error report with source info(file/line number etc.)
- An easy way to access java class’s static methods and fields.
- Multi exceptions in catch clause.
- String interpolation
- Improve standard lib: network lib etc.
5.0
A general-purpose scripting language:
- Lexical scope by
{ }
return
statement to return a value in a function or script.if/elsif/else
statementfor
loop statement and supportsbreak
,continue
while
loop statementlet
to define lexical variablefn
syntax to define named function## a comment
for single line comment
Released 5.0.1.