11.プロセスのステップ


1 /*プロセスのステップ*/
2 int a,b;
3 int c=3;
4 active proctype judge(){
5    a=0;
6    b=0;
7    c=a;
8    c=1
9 }