function x=iff(a,b,c)
 if a,x=b;else x=c;end
