mfichman / jogo

High(er) performance compiled programming language with clean, powerful syntax
MIT License
6 stars 1 forks source link

Private methods #33

Closed mfichman closed 12 years ago

mfichman commented 12 years ago

Make sure private methods are not callable from outside the class.

mfichman commented 12 years ago

Fixed.