Hi guys,
I’m working on a syntax definition and I’m unclear as to which scope I should use for certain member function situations.
When declaring/defining a member function in a struct/class, should I use “variable.other.member” or “entity.name.function”?
When invoking a member function, should I use “variable.function” or “variable.other.member”?
The docs don’t seem 100% clear on this.
Cheers
Joe