6.2.4. String Literal

[Tip]Description

A String literal is a token, which represents a string constant.

[Important]Syntax
StringLiteral ::= " SLBody "
SLBody ::= $empty
         | SLBody NotDQ
NotDQ -> Any printable ASCII character other then "

Defined In:  Token