[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] A bug in switch/case?
<x-tad-smaller>hope this helps...
d=IdentityDictionary.new.put(\yellow,{"y".postln}).put(\red,{"r".postln})
d[\yellow].value
d[\red].value
d["yellow".asSymbol].value
Z</x-tad-smaller>