Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All strings are enclosed in double quotes or single quotes. It doesn't support line breaks.

TODO list: 

  • allows double quotes and single quotes in the string.
Integer data

 Integers are represented as numbers, such as 1, 2, 365. Commas or periods for breaking long numbers are not allowed. Hex integer is not supported.

Real data

 Real numbers are the numbers with a decimal, such as 3.1415926. Commas or periods for breaking long numbers are not allowed. Hexadecimal is not supported.

Boolean data

 Boolean values can be indicated as true or false. It is case-insensitive.

Dates and Times


AQL structure

Overview

AQL structure has been briefly introduced in Section 2.2. This section introduces AQL structure in details.

...