From a37e6df86331812679bc81e5621e36c45fcce6f7 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 6 Feb 2023 16:39:56 +1100 Subject: [PATCH] Update quick-start-guide.md --- quick-start-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quick-start-guide.md b/quick-start-guide.md index 276c741..8619477 100644 --- a/quick-start-guide.md +++ b/quick-start-guide.md @@ -23,6 +23,8 @@ var f = 3.14; 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 `/"`. ## Compounds