Character Strings
- Last UpdatedJan 26, 2023
- 1 minute read
A character string is a sequence of zero or more characters prefixed and terminated by the string bracket character.
|
<character_string> |
::= '{<character>}' |
In order to represent arbitrary strings of characters, any included string bracket character must be written twice. Concatenation must be used to represent strings longer than one line.