]> gitweb.factorcode.org Git - factor.git/blobdiff - library/combinators.factor
combinators.factor load fix
[factor.git] / library / combinators.factor
index 7ca1d1c1cf78a3bde57c5dc238ac0b1e898605fc..a25456a707b66b24dd56d1bd28e2da6b9cbd8f73 100644 (file)
@@ -122,7 +122,7 @@ USE: stack
     #! continuation is used to escape the infinite loop.
     #!
     #! This combinator will not compile.
-    dup dip forever ; interpret-only
+    dup slip forever ; interpret-only
 
 ! DEPRECATED