Call an object method: Difference between revisions

No edit summary
Line 466:
end
type CallAnObjectMethod
var instancemyInstance = MyClass() ^|creating an instance|^
instancemyInstance.method()
MyClass.method()
</syntaxhighlight>
224

edits