public static void operation(int a){ switch(a){ /*switch und case erwarten ein byte, short, int oder so, keinen boolean und a==1 gibt ein boolean zurück*/ case (a==1):{s[t]=-s[t]; break;} case (a==2):{t=t-1; s[t]=s[t]+s[t+1]; break;} case (a==3):{t=t-1; s[t]=s[t]-s[t+1]; break;} case (a==4):{t=t-1; s[t]=s[t]*s[t+1]; break;} case (a==5):{t=t-1; s[t]=s[t]/s[t+1]; break;} case (a==6):{t=t+1; READ(s[t]); break;} case (a==7):{WRITE(s[t]); t=t-1; break;} case (a==8):{t=t-1; s[t]=0 oder 1; break;} case (a==9):{t=t-1; s[t]=0 oder 1; break;} case (a==10):{t=t-1; s[t]=0 oder 1; break;} case (a==11):{t=t-1; s[t]=0 oder 1; break;} case (a==12):{t=t-1; s[t]=0 oder 1; break;} case (a==13):{t=t-1; s[t]=0 oder 1; break;} } }