This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
2.4 Literals
A literal is a textual representation of a particular value of a type. Visual Basic 7.0 literals include integer, floating point, decimal, string, date, decimal and boolean literals.
- Literal ::= NumericLiteral | StringLiteral | CharacterLiteral | DateLiteral | BooleanLiteral | NullLiteral
- NumericLiteral ::= IntegerLiteral | FloatingPointLiteral | DecimalLiteral