
01-22-2008, 11:33 PM
|
|
Incubator
|
 |
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
|
|
|
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. |
|
|
|