9 lines
179 B
Scheme
9 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.
|
|
|