Scripting|libcore: Added the name scope keyword (->)
This is nothing like C's -> operator but instead a special keywordthat lets NameExpression know where to start looking for an identifier.It allows accessing shadowed members from super records:
self.Base->init()
View differences
Scripting|libcore: Added the name scope keyword (->)
This is nothing like C's -> operator but instead a special keyword
that lets NameExpression know where to start looking for an identifier.
It allows accessing shadowed members from super records:
self.Base->init()