mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Removed debug.c and debug.h, since they're outmoded
This commit is contained in:
@@ -361,7 +361,7 @@ export hello as world;
|
||||
|
||||
## String
|
||||
|
||||
Strings are a series of characters, and are created by surrounding said characters with a pair of double quotation marks `"`.
|
||||
Strings are a series of characters, and are created by surrounding said characters with a pair of double quotation marks `"`. Strings cannot exceed 4096 bytes in length.
|
||||
|
||||
```
|
||||
var greeting: string = "Hello world";
|
||||
|
||||
Reference in New Issue
Block a user