Function declaration seems to work

This commit is contained in:
2022-08-25 15:19:08 +01:00
parent 4f70bea808
commit 041fe99e01
13 changed files with 615 additions and 93 deletions

View File

@@ -25,6 +25,7 @@ TODO: functions are invoked by calling thier names
TODO: functions are first-class citizens
TODO: functions last argument can be a rest parameter
TODO: Nullish types
TODO: A way to check the type of a variable (typeOf keyword)
TODO: a = b = c = 1; ?
TODO: are compounds shallow or deep copies?