Reserved words

There are four types of reserved words that are used for specific semantics in Aquarius. They can not be defined or assigned.

Keywords are used to indicate specific syntactic structures and control semantics.

There are some predefined global values and lambda-related specific variables in Aquarius. You don't have to declare them yourself, and just use them.

Just like predefined variables, there are several predefined lambdas you can invoke directly.

Aquarius provides you with some useful basic modules right out of the box.

List of reserved words

typewords
keywordif eif else for try catch finally break continue let require as
variabletrue false nil error self args lambda
lambdaputs show noop assert
moduleNil String True False Error RegExp Range List Dict Int Float