Project

General

Profile

« Previous | Next » 

Revision 6e08be54

Added by skyjake over 10 years ago

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()

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences