Thread Numbers R←⎕TNUMS
⎕TNUMS reports the numbers of all current threads.
R is a simple integer vector of the base thread and all its living descendants.
Example
⎕TNUMS
0 2 4 5 6 3 7 8 9
⎕TNUMS reports the numbers of all current threads.
R is a simple integer vector of the base thread and all its living descendants.
⎕TNUMS
0 2 4 5 6 3 7 8 9