Comment tweaks

This commit is contained in:
2022-08-22 02:16:24 +01:00
parent df6bd58b1a
commit 9ac16f8e80
5 changed files with 3 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ DONE: truthiness rethink
DONE: string concat with the + operator
DONE: increment & decrement 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?
TODO: functions, and all of their features