10 lines
179 B
Scheme
10 lines
179 B
Scheme
|
; /g_tail Add node to tail of group
|
||
|
|
||
|
; [
|
||
|
; int - group ID
|
||
|
; int - node ID
|
||
|
; ] * N
|
||
|
|
||
|
; Adds the node to the tail (last to be executed) of the group.
|
||
|
|