Handbook
Glossary
map-doc-lines ( ... from to quot: ( ... line -- ... result ) -- ... results )
Factor handbook
»
UI framework
»
Building user interfaces
»
Pre-made UI gadgets
»
Editor gadgets
»
Documents
Prev:
each-doc-line ( ... from to quot: ( ... line -- ... ) -- ... )
Next:
Document locations
Vocabulary
documents
Inputs
from
an
object
to
an
object
quot
a
quotation
with stack effect
( ... line -- ... result )
Outputs
results
an
object
Definition
USING:
kernel
sequences
;
IN:
documents
:
map-doc-lines
( ... from to quot: ( ... line -- ... result ) -- ... results )
collector
[
each-doc-line
]
dip
;
inline