nsum ( n -- quot )
Factor handbook » The language » Combinators » Generalized shuffle words and combinators » Additional generalizations

Prev:nwith ( n -- )


Vocabulary
generalizations

Inputs
nan integer


Outputs
None

Word description
Adds the top n stack values.

Definition