2 lines
98 B
Text
2 lines
98 B
Text
ClassName->some_function(); # call class function
|
|
instance->some_method(); # call instance method
|