1
0
forked from Mirror/wren

docs; values; add note about newline normalization in docs

This commit is contained in:
ruby0x1
2021-05-21 16:30:08 -07:00
parent 3c43de7485
commit dd1e8a00db

View File

@ -50,7 +50,8 @@ String literals are surrounded in double quotes:
"hi there"
</pre>
They can also span multiple lines:
They can also span multiple lines. When they do, the newline character within
the string will always be `\n` (`\r\n` is normalized to `\n`).
<pre class="snippet">
"hi