9 lines
179 B
Scheme
9 lines
179 B
Scheme
|
; /g_head Add node to head of group
|
||
|
|
||
|
; [
|
||
|
; int - group ID
|
||
|
; int - node ID
|
||
|
; ] * N
|
||
|
|
||
|
; Adds the node to the head (first to be executed) of the group.
|