Handbook
Glossary
-into-growable- ( begin end quot exemplar -- begin' end' quot' cursor result )
Vocabulary
cursors
Inputs
begin
an
object
end
an
object
quot
an
object
exemplar
an
object
Outputs
begin'
an
object
end'
an
object
quot'
an
object
cursor
an
object
result
an
object
Definition
USING:
kernel
;
IN:
cursors
:
-into-growable-
( begin end quot exemplar -- begin' end' quot' cursor result )
[
2over
]
dip
new-growable-cursor
;
inline