]> gitweb.factorcode.org Git - factor.git/commitdiff
combinators.factor load fix similar-0.66
authorSlava Pestov <slava@factorcode.org>
Sun, 10 Oct 2004 02:36:41 +0000 (02:36 +0000)
committerSlava Pestov <slava@factorcode.org>
Sun, 10 Oct 2004 02:36:41 +0000 (02:36 +0000)
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