Self is a special identifier in Verse that can be used in a class method to refer to the instance of the class that the method was called on. You can refer to other fields of the instance the method was called on without using Self, but if you need to refer to the instance as a whole, you must use Self.
self variable
Self is a special identifier in Verse that can be used in a class method to refer to the instance of the class that the method was called on.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library