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
type | words |
---|---|
keyword | if eif else for try catch finally break continue let require as |
variable | true false nil error self args lambda |
lambda | puts show noop assert |
module | Nil String True False Error RegExp Range List Dict Int Float |