Handbook
Glossary
tree-write ( object -- )
Vocabulary
peg
.
search
Inputs
object
an
object
Outputs
None
Word description
Write the object to the standard output stream, unless it is an array, in which case recurse through the array writing each object to the stream.
USE: peg.search { 65 "bc" { 68 "ef" } } tree-write
AbcDef
Definition
USING:
io
namespaces
;
IN:
peg.search
:
tree-write
( object -- )
output-stream
get
stream-tree-write
;