commit 21c72769c79db271ce808cb4ddd87d6f863af369
parent 7ef8ad7d52a0fcb984f113b4f803fd5d019b7f9c
Author: citbl <citbl@citbl.org>
Date: Mon, 24 Nov 2025 19:57:16 +1000
minor
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TODO b/TODO
@@ -12,7 +12,7 @@
[x] call another function from main, that prints something,
[x] call another function that prints the passed argument
[x] if without { } should be an error, e.g. `if(true) break;` doesn't work
-[ ] inner blocks are ignored completely { { } }
+[x] inner blocks are ignored completely { { } }
[ ] while loops
@later