Updated QUICKSTART, moved it to docs

This commit is contained in:
2026-05-15 14:56:43 +10:00
parent 3ab18c7b14
commit 2eaf0a9b0f
4 changed files with 68 additions and 33 deletions
+1
View File
@@ -123,6 +123,7 @@ static void attr_arrayForEach(Toy_VM* vm) {
Toy_runVM(&subVM);
Toy_resetVM(&subVM, false, true);
subVM.scope = NULL; //BUGFIX: need to clear the scope when iterating
}
}
break;