Added tables to the scripts, untested

This also has a lot of bugfixing.
This commit is contained in:
2024-12-24 16:08:42 +11:00
parent 4faa0c0476
commit b092b8ce50
12 changed files with 371 additions and 55 deletions

5
scripts/valgrind.toy Normal file
View File

@@ -0,0 +1,5 @@
var barr = [
[1, 2, 3],
// [4, 5, 6],
// [7, 8, 9]
];