Must force a type when dealing with compound types

This commit is contained in:
2022-08-22 14:27:41 +01:00
parent 300f8e382b
commit 5b82ed8e45
4 changed files with 26 additions and 13 deletions

View File

@@ -24,6 +24,7 @@ TODO: functions are first-class citizens
TODO: functions last argument can be a rest parameter
TODO: && and || operators
TODO: += -= *= /= %= operators
TODO: A way to check the type of a variable (typeOf keyword)
TODO: a = b = c = 1; ?
TODO: are compounds shallow or deep copies?