remove try from combinators.lib

db4
Doug Coleman 2008-12-03 08:33:18 -06:00
parent fd270d8ef2
commit 3c96f9be20
1 changed files with 0 additions and 3 deletions

View File

@ -135,9 +135,6 @@ MACRO: multikeep ( word out-indexes -- ... )
r> [ drop \ r> , ] each
] [ ] make ;
: retry ( quot n -- )
[ drop ] rot compose attempt-all ; inline
: do-while ( pred body tail -- )
[ tuck 2slip ] dip while ; inline