Handbook
Glossary
$prettyprinting-note ( children -- )
Vocabulary
help
.
markup
Inputs
children
an
object
Outputs
None
Definition
USING:
kernel
prettyprint.sections
;
IN:
help.markup
:
$prettyprinting-note
( children -- )
drop
{
"This word should only be called from inside the "
{
$link
with-pprint
}
" combinator."
}
$notes
;