From 216be126ab8ca1ee1a23b7d027a44ac6fcd44feb Mon Sep 17 00:00:00 2001 From: Daniel H Date: Mon, 9 May 2022 15:24:11 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11a8cad..98d346a 100644 --- a/README.md +++ b/README.md @@ -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