Go to the first, previous, next, last section, table of contents.
- ox_pops(number[,nitem)
-
:: プロセス識別子 number のプロセスのスタックからデータを取り除く.
- return
-
0
- number
-
数 (プロセス識別子)
- nitem
-
自然数
-
プロセス識別子 number のプロセスのスタックからデータを取り除く.
nitem が指定されている場合は nitem 個, 指定のない場合は
1 個取り除く.
[69] for(I=1;I<=10;I++)ox_push_cmo(0,I);
[70] ox_pops(0,4);
0
[71] ox_pop_cmo(0);
6
- 参照
-
section
ox_pop_cmo
, ox_pop_local
Go to the first, previous, next, last section, table of contents.