Remove some unused words

db4
Slava Pestov 2008-11-25 16:47:56 -06:00
parent 30f93f547f
commit f3f3b3e769
1 changed files with 0 additions and 6 deletions

View File

@ -22,9 +22,3 @@ M: macro definition "macro" word-prop ;
M: macro reset-word
[ call-next-method ] [ f "macro" set-word-prop ] bi ;
: n*quot ( n seq -- seq' ) <repetition> concat >quotation ;
: saver ( n -- quot ) \ >r <repetition> >quotation ;
: restorer ( n -- quot ) \ r> <repetition> >quotation ;