section-fits? ( section -- ? )
Factor handbook » Developer tools » The prettyprinter » Extending the prettyprinter » Prettyprinter sections » Prettyprinter section protocol

Next:indent-section? ( section -- ? )


Vocabulary
prettyprint.sections

Inputs
sectiona section


Outputs
?a boolean


Generic word contract
Tests if a section fits in the space that remains on the current line.

Definition


Methods