From 9561d5cacd3b342dab5869dd87000cea64458185 Mon Sep 17 00:00:00 2001 From: Andre Wagner Date: Sun, 10 May 2026 07:43:04 -0500 Subject: [PATCH] . --- lua-temp/TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua-temp/TODO.md b/lua-temp/TODO.md index d262364..88dcf58 100644 --- a/lua-temp/TODO.md +++ b/lua-temp/TODO.md @@ -14,8 +14,8 @@ Progress of the Lua port: - [x] Strings - [x] From constants - [x] Garbage collection -- [ ] Arrays - - [ ] Garbage collection +- [x] Arrays + - [x] Garbage collection - [ ] Tables - [ ] Garbage collection - [ ] Metatables