if 1 > 0 a=0 else a=1 end if 1 > 1 b=1 else b=0 end if 1 > 2 c=1 else c=0 end d=a+b+c