Updated QUICKSTART, moved it to docs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user