Changed truthiness

This commit is contained in:
2022-08-20 22:43:44 +01:00
parent 18ecece348
commit 80ccd119ff
4 changed files with 15 additions and 18 deletions

View File

@@ -9,8 +9,8 @@ DONE: optional block around a path if it's only one statement
DONE: while-then
DONE: for-then
DONE: break and continue statements
DONE: truthiness rethink
TODO: truthiness rethink
TODO: string concat with the + operator
TODO: increment & decrement operators
TODO: a = b = c = 1;