From 18ecece3484030641b35cd8d9a775a72a15fe66c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 20 Aug 2022 20:11:11 +0100 Subject: [PATCH] Tweaked TODO --- docs/TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TODO.txt b/docs/TODO.txt index fea2168..c6b0dd3 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -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;