Strings

The syntax of strings is sensitive to the current lexical state and language.

 

string

        : LNORM string

        | LLINE string

        | LWORD string

 

Most of the languages have places where they allow a series of string literals to be equivalent to a single string formed of their concatenated characters.

 

string-literal-list

        : string-literal-list for C

        | string-literal-list for C++