Syntax documentationstring_literal Locate this document in the navigation structure

Syntax Syntax

  1. <string_literal> ::=
      ''
    | '<character>...'
    | <hex_literal>
End of the code.