Classes: Difference between revisions

Content deleted Content added
SuperCollider
Line 1,039:
 
*aClassMethod {
^ someVar + thirdVar // The "^" means to return the result. If not specified, then the object itself will be returned ("^this")
}