combinators.factor load fix

cvs similar-0.66
Slava Pestov 2004-10-10 02:36:41 +00:00
parent 7683f680ea
commit 3e6e224c21
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ USE: stack
#! continuation is used to escape the infinite loop. #! continuation is used to escape the infinite loop.
#! #!
#! This combinator will not compile. #! This combinator will not compile.
dup dip forever ; interpret-only dup slip forever ; interpret-only
! DEPRECATED ! DEPRECATED