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