An LC - Letter in Turn Is Any of The Single Characters 'A' Through 'Z'
An LC - Letter in Turn Is Any of The Single Characters 'A' Through 'Z'
Each rule begins with a name (which is the name defined by the rule) and ::=
A vertical bar (|) is used to separate alternatives; it is the least binding operator in this notation.
A phrase enclosed in square brackets ( [ ] ) means zero or one occurrences (in other words, the enclosed phrase
is optional)
Two literal characters separated by three dots (...) mean a choice of any single character in the given (inclusive)
range of ASCII characters
A phrase between angular brackets (<...>) gives an informal description of the symbol defined;
e.g., this could be used to describe the notion of ‘control character’ if needed.
Confidential C