VocabularygeneralizationsInputsOutputsNone
Word descriptionA generalization of
rot that works for any number of items on the stack.
ExamplesUSING: arrays generalizations kernel prettyprint ;
1 2 3 4 4 nrot 4array .
{ 2 3 4 1 }
Some core words expressed in terms of
nrot:
Definition