Update quick-start-guide.md

This commit is contained in:
2023-02-09 20:41:24 +11:00
committed by GitHub
parent 1a945ad9c3
commit 08de91e9ce

View File

@@ -25,7 +25,7 @@ var s = "Hello world";
Numbers (both integers and floats) can be delimited with underscores (`_`), to break them up visually e.g. `100_000`. Numbers (both integers and floats) can be delimited with underscores (`_`), to break them up visually e.g. `100_000`.
Strings can be 4096 characters long, and the following characters can be escaped: `/n`, `/t`, `//` and `/"`. Strings can be 4096 characters long, and the following characters can be escaped: `\n`, `\t`, `\\` and `\"`.
## Compounds ## Compounds