5 lines
115 B
Text
5 lines
115 B
Text
/* A string */
|
|
"The quick brown fox jumps over the lazy dog";
|
|
|
|
/* A character - just a one character string */
|
|
"a"
|