[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] multiple and statements



how can i write this more tersely?

(
var a=[1, 1, 1, 1];
if ((a[0]==1)&&(a[1]==1)&&(a[2]==1)&&(a[3]==1)) {"thing".postln};
)

thanks,
jeremy