remove >r r>

db4
Doug Coleman 2008-11-29 13:21:40 -06:00
parent 82d8d769b2
commit 62a1a1df1c
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ ERROR: box-empty box ;
dup occupied>> [ box> t ] [ drop f f ] if ;
: if-box? ( box quot -- )
>r ?box r> [ drop ] if ; inline
[ ?box ] dip [ drop ] if ; inline