tree-write ( object -- )


Vocabulary
peg.search

Inputs
objectan 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