Handbook
Glossary
n@[
Vocabulary
combinators
.
syntax
Syntax
M N n@[ A ]
Word description
Applies a quotation to the top N groups of size M on the stack
See also
@[
,
mnapply ( quot m n -- )
,
bi@ ( x y quot -- )
Definition
USING:
combinators.syntax.private
;
IN:
combinators.syntax
SYNTAX:
n@[
parse-mnapply
;