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