]> gitweb.factorcode.org Git - factor.git/blob - basis/shuffle/shuffle-docs.factor
Merge branch 'new-math-parser' of git://factorcode.org/git/factor into new-math-parser
[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 ;