Convention
|
Description
|
lowercase
|
Lowercase words are source language elements that are not SQL keywords.
|
|
Large brackets indicate the items within them are optional.
|
[ ]
|
Small brackets are part of ABL.
|
|
Large braces indicate the items within them are required. They are used to simplify complex syntax diagrams.
|
{ }
|
Small braces are part of ABL. For example, a called external procedure must use braces when referencing arguments passed by a calling procedure.
|
|
A vertical bar indicates a choice.
|
|
Ellipses indicate repetition: you can choose one or more of the preceding items.
|