Removed debug.c and debug.h, since they're outmoded

This commit is contained in:
2022-08-15 13:08:31 +01:00
parent 42716b24c9
commit bde07f6c12
4 changed files with 1 additions and 191 deletions

View File

@@ -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";