From 6e463682f8b463d89f7aaacca1ff427789fd5d95 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 15 Sep 2022 03:30:26 +1000 Subject: [PATCH] Apparently it can hold null --- types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.md b/types.md index 4480bba..dbb63ef 100644 --- a/types.md +++ b/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 | | function | fn | A chunk of reusable code, which can potentially return a value of some kind | | type | type | The type of types | -| any | any | Can hold any value except null | +| any | any | Can hold any value | ## Specifying Types For Variables