Remove unused word
parent
ec4d9b4932
commit
373bbbee95
|
@ -90,11 +90,6 @@ SYMBOL: callframe-end
|
||||||
: <callframe> ( quot -- seq )
|
: <callframe> ( quot -- seq )
|
||||||
0 over length 3array ;
|
0 over length 3array ;
|
||||||
|
|
||||||
: quot>cont ( quot -- continuation )
|
|
||||||
<callframe> >vector
|
|
||||||
<empty-continuation>
|
|
||||||
[ set-continuation-call ] keep ;
|
|
||||||
|
|
||||||
: catch-harness ( continuation -- quot )
|
: catch-harness ( continuation -- quot )
|
||||||
[ [ c> 2array ] % , \ continue-with , ] [ ] make ;
|
[ [ c> 2array ] % , \ continue-with , ] [ ] make ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue