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