Next:, Previous:Atoms, Up:Syntax


3.3 Strings

Pedro strings are sequences of characters enclosed by double quotes. As with quoted atoms, the character “\” indicates an escape sequence.

Examples:

     "This is a string", "A string with a ', a \" and a newline \n"