]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/shuffle/shuffle-docs.factor
core: Add the shuffler words but without primitives.
[factor.git] / basis / shuffle / shuffle-docs.factor
diff --git a/basis/shuffle/shuffle-docs.factor b/basis/shuffle/shuffle-docs.factor
deleted file mode 100644 (file)
index 363727a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-USING: help.markup help.syntax ;
-IN: shuffle
-
-HELP: spin  $complex-shuffle ;
-HELP: roll  $complex-shuffle ;
-HELP: -roll $complex-shuffle ;
-HELP: tuck  $complex-shuffle ;