Tweaked TODO

This commit is contained in:
2022-08-20 20:11:11 +01:00
parent 18c5fb6add
commit 18ecece348

View File

@@ -10,6 +10,7 @@ DONE: while-then
DONE: for-then
DONE: break and continue statements
TODO: truthiness rethink
TODO: string concat with the + operator
TODO: increment & decrement operators
TODO: a = b = c = 1;