You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resolving locals doesn't work when there are other values in the stack, as it recognizes 15 as the value of the first local and assumes it to be at stack index 0, when it isn't. this is probably covered in the book during the function chapter but I haven't read it yet
The text was updated successfully, but these errors were encountered:
the following code throws a type error at runtime:
this is the debug result:
resolving locals doesn't work when there are other values in the stack, as it recognizes
15
as the value of the first local and assumes it to be at stack index 0, when it isn't. this is probably covered in the book during the function chapter but I haven't read it yetThe text was updated successfully, but these errors were encountered: