Classes: Difference between revisions

Content deleted Content added
SuperCollider
Line 1,039: Line 1,039:


*aClassMethod {
*aClassMethod {
^ someVar + thirdVar
^ someVar + thirdVar // The "^" means to return the result. If not specified, then the object itself will be returned ("^this")
}
}