Separators
The following separator characters are valid in the APL language.
Separator | Description | Example |
|---|---|---|
( ) | Used to enclose logical expressions and to overrule standard precedence |
|
{ } | Used to enclose blocks |
|
. | Separates fields in UDR value accesses |
|