Handbook
Glossary
doc-string ( document -- str )
Factor handbook
»
UI framework
»
Building user interfaces
»
Pre-made UI gadgets
»
Editor gadgets
»
Documents
Prev:
<document> ( -- document )
Next:
set-doc-string ( string document -- )
Vocabulary
documents
Inputs
document
a
document
Outputs
str
a new
string
Word description
Outputs the contents of the document as a string. Lines are separated by
\n
.
Definition
USING:
documents.private
;
IN:
documents
:
doc-string
( document -- str )
entire-doc
doc-range
;