AviatorScript 5.0.0-beta1
Pre-release
Pre-release
killme2008
released this
08 Mar 06:59
·
454 commits
to master
since this release
Since 5.0.0, aviator becomes a general-purpose scripting language, new features:
• Lexical scope by { }
• return
statement to return a value in a function or script.
• if/elsif/else
statement
• for
loop statement and supports break
, continue
• while
loop statement
• let
to define lexical variable
• fn
syntax to define named function
• ## a comment
for single line comment
Please see the documents AviatorScript UserGuide (in progress).
Breaking changes: TODO
You can try the examples by running RunScriptExample. All the examples are under examples folder.