this
ACTION: explicitly refer to an object's own members
USE: distinguish a member from a local variable, param or function of the same name
EXAMPLE:
this.len=len(s)

 
  
RELATED: method class that