mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Apparently it can hold null
This commit is contained in:
2
types.md
2
types.md
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user