Bootstrap fix

release
Slava Pestov 2007-10-05 01:33:26 -04:00
parent be899bde35
commit 76778f45e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2007 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
IN: tools.walker
USING: kernel sequences tools.interpreter ;
USING: kernel sequences continuations ;
: walk ( quot -- ) [ break ] swap append call ;
: walk ( quot -- ) \ break add* call ;