Update quick-start-guide.md

This commit is contained in:
2023-02-06 16:39:56 +11:00
committed by GitHub
parent e1f3e2791a
commit a37e6df863

View File

@@ -23,6 +23,8 @@ var f = 3.14;
var s = "Hello world"; var s = "Hello world";
``` ```
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