Apparently it can hold null

This commit is contained in:
2022-09-15 03:30:26 +10:00
committed by GitHub
parent bb48bd9c14
commit 6e463682f8

View File

@@ -19,7 +19,7 @@ The types available are:
| array | n/a | A series of key-value pairs stored in a hash-table, indexable with the keys | | array | n/a | A series of key-value pairs stored in a hash-table, indexable with the keys |
| function | fn | A chunk of reusable code, which can potentially return a value of some kind | | function | fn | A chunk of reusable code, which can potentially return a value of some kind |
| type | type | The type of types | | type | type | The type of types |
| any | any | Can hold any value except null | | any | any | Can hold any value |
## Specifying Types For Variables ## Specifying Types For Variables