Handbook
Glossary
nall- ( seqs... quot n -- begin end quot )
Vocabulary
cursors
Inputs
seqs...
an
object
quot
an
object
n
an
object
Outputs
begin
an
object
end
an
object
quot
an
object
Definition
USING:
kernel
;
IN:
cursors
:
nall-
( seqs... quot n -- begin end quot )
swap
[
nall
]
dip
;
inline