Thread Child Numbers R←⎕TCNUMS Y
Y must be a simple array of integers representing thread numbers.
The result R is a simple integer vector of the child threads of each thread of Y.
Examples
⎕TCNUMS 0
2 3
⎕TCNUMS 2 3
4 5 6 7 8 9
Y must be a simple array of integers representing thread numbers.
The result R is a simple integer vector of the child threads of each thread of Y.
⎕TCNUMS 0
2 3
⎕TCNUMS 2 3
4 5 6 7 8 9