From 85f3dfbf1df881745fa3c9212edd1fb87af49a8d Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 26 Aug 2022 13:04:37 +0100 Subject: [PATCH] TODO tweak --- docs/TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TODO.txt b/docs/TODO.txt index 428861d..a65fe9a 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -25,6 +25,7 @@ DONE: functions take a set number of parameters TODO: functions return a set number of values TODO: functions last argument can be a rest parameter +TODO: assert needs to kill the whole script TODO: Nullish types TODO: A way to check the type of a variable (typeOf keyword)