xcomp: make (xfind) use _find instead of (find)
This commit is contained in:
parent
1b6286dcfe
commit
f1171c656c
@ -43,14 +43,11 @@ VARIABLE XOFF
|
|||||||
( w -- a f xa xf )
|
( w -- a f xa xf )
|
||||||
: (xfind)
|
: (xfind)
|
||||||
DUP ( w w )
|
DUP ( w w )
|
||||||
(find) ( w a f )
|
CURRENT @ SWAP ( w cur w )
|
||||||
|
_find ( w a f )
|
||||||
ROT ( a f w )
|
ROT ( a f w )
|
||||||
CURRENT @ ( a f w cur )
|
XCURRENT @ SWAP ( a f xcur w )
|
||||||
XCURRENT @ CURRENT !
|
_find ( a f xa xf )
|
||||||
SWAP ( a f cur w )
|
|
||||||
(find) ( a f cur xa xf )
|
|
||||||
ROT ( a f xa xf cur )
|
|
||||||
CURRENT ! ( a f xa xf )
|
|
||||||
;
|
;
|
||||||
|
|
||||||
: XCODE
|
: XCODE
|
||||||
|
Loading…
Reference in New Issue
Block a user