This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
2.4.6 Character literals
A character literal represents a single Unicode character of the Char
type. Two double quotes is an escape to represent a double quote.
- CharacterLiteral ::=
"
StringCharacter "
C