Classes: Difference between revisions

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