I was looking at this source code and in the attributes declaration there is a minus sign.
- s : String
Or in a method declaration:
- x( aPoint : Point ):Integer {
ad : Double = aPoint.getX()
ad.intValue()
}
What does it stands for?
It makes the definition private, according to the access modifiers list.
http://code.google.com/p/ryz/wiki/RyzLanguageReference#Methods