On not being a programmer and trying to write good code


if( thisWorksAsExpected,
     { "happiness abound".postln; },
     { "AHHHHH!!!!".postln; }
);

Leave a Reply