Handbook
Glossary
clear-doc ( document -- )
Factor handbook
»
UI framework
»
Building user interfaces
»
Pre-made UI gadgets
»
Editor gadgets
»
Documents
Prev:
set-doc-string ( string document -- )
Next:
doc-line ( n document -- string )
Vocabulary
documents
Inputs
document
a
document
Outputs
None
Word description
Removes all text from the document.
Side effects
Modifies
document
Definition
USING:
kernel
;
IN:
documents
:
clear-doc
( document -- )
[
""
]
dip
set-doc-string
;