TODO tweak

This commit is contained in:
2022-08-26 13:04:37 +01:00
parent 151f681954
commit 85f3dfbf1d

View File

@@ -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)