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
documenta document


Outputs
stra new string


Word description
Outputs the contents of the document as a string. Lines are separated by \n.

Definition