14 lines
299 B
Text
14 lines
299 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/n_after Place a node after another}
|
||
|
|
||
|
[
|
||
|
int - the ID of the node to place (A)
|
||
|
int - the ID of the node after which the above is placed (B)
|
||
|
] * N
|
||
|
|
||
|
Places node A in the same group as node B, to execute immediately
|
||
|
after node B.
|
||
|
|