Handbook
Glossary
write-pprint ( obj -- )
Vocabulary
editors
Inputs
obj
an
object
Outputs
None
Definition
USING:
io
kernel
prettyprint
strings
;
IN:
editors
:
write-pprint
( obj -- )
dup
string?
[
write
]
[
pprint
]
if
;