mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Update quick-start-guide.md
This commit is contained in:
@@ -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`.
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user