13 lines
229 B
Racket
13 lines
229 B
Racket
#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.
|
|
|
|
|