]> gitweb.factorcode.org Git - factor.git/blob - basis/shuffle/shuffle-docs.factor
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
[factor.git] / basis / shuffle / shuffle-docs.factor
1 USING: help.markup help.syntax ;
2 IN: shuffle
3
4 HELP: spin  $complex-shuffle ;
5 HELP: roll  $complex-shuffle ;
6 HELP: -roll $complex-shuffle ;
7 HELP: tuck  $complex-shuffle ;