s.boot; Ndef(\mySound, { // some comment var sig = SinOsc.ar( freq: \freq.kr(200.0) ) * \amp.kr(0.2); sig; }).play; \symbol_Foo