Strings.

  1. A string constant is any sequence of characters preceded and followed by a double quote, ``

    "

    ''. The double quote may not be used in a string. A string may not be split across lines. Large strings may be constructed using the operation of concatenation.

    Warning: Construction of strings containing double quote is possible, but the output of such strings may cause difficulties.