Update README.md

This commit is contained in:
Daniella / Tove 2022-05-09 15:24:11 +02:00 committed by GitHub
parent fdf26bf29a
commit 216be126ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ OOP works like this:
- There are three separate function resolvers:
- Object
- Local
- (Multiple more levels determined by the frame height)
- Global
- They are executed in the order shown above
- The object resolver peeks onto the stack, gets the type of the object, and checks for methods on the type, if it finds one, it executes it