rsc3/doc/help/server-command/n-before.help.scrbl

16 lines
305 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/n_before Place a node before another}
2022-08-28 10:27:01 +00:00
2022-08-24 13:53:18 +00:00
[
int - the ID of the node to place (A)
int - the ID of the node before which the above is placed (B)
] * N
Places node A in the same group as node B, to execute immediately
before node B.
2022-08-28 10:27:01 +00:00