14 lines
229 B
Text
14 lines
229 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/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.
|
||
|
|
||
|
|