Quote:
Originally Posted by Inverness
Maybe private variables in Graal should be done like in Python where if the variable name starts with _ then its private.
this._varname == private
this.varname == public
That seems like the most painless way to me.
|
I would rather see thisr. or even this.protected.