Add a super keyword to the table of keywords

This commit is contained in:
Yuri Rubinsky
2024-05-02 18:16:51 +03:00
parent ad40eb1a2e
commit 3e05334189

View File

@@ -187,6 +187,8 @@ in case you want to take a look under the hood.
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| self | Refers to current class instance. |
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| super | Resolves the scope of the parent method. See `Inheritance`_. |
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| signal | Defines a signal. |
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| func | Defines a function. |