When using the Value << operator, strings are encoded (e.g. a newline character is encoded as \n), but echo() should output the text as given.
2 lines
93 B
Text
2 lines
93 B
Text
ECHO: "The quick brown fox jumps "over" the lazy dog.
|
|
The quick brown fox.
|
|
The \lazy\ dog."
|