Table of Contents

String literals

Definition

string_literal

" { graphic_character } "

Comments

Examples

an error report

"setup time too small"

an empty character string

""

three character strings of the length 1

" " "a" """"
"Characters such as $, % and } may be contained in character string"
"first part of a character string," &
"which only ends on the next line"