Wrote the quickstart

This commit is contained in:
2022-09-11 06:19:58 +10:00
committed by GitHub
parent 42eac86c88
commit 7d4f90fc24
3 changed files with 123 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ print typeof value;
The types available are:
| Type | signature | Description |
| Type | Signature | Description |
| --- | --- | --- |
| null | null | Represents a lack of any meaningful value, also has the type of "null" |
| boolean | bool | Either true or false |