AQL
Advanced Query Language
The clauses are beginning from "([{" and ending by "}])" and are separated by ",;"
There are three basic types like Boolean (true, false), numeric and string in "'\""
List of operators:
Name Description
<< Output
? Logical if
@ Loop
?$ Returns true if variable defined
?| Logical or
?& Logical and
?! Logical negation
?/ Logical regular expression matches
/- Split string by regular expression
/+ Replace by regular expression
// All matches
= Assignment
+ Addition...