nesting-limit
Factor documentation > Factor handbook > Developer tools > The prettyprinter > Prettyprint control variables
Prev:margin
Next:length-limit


Vocabulary
prettyprint.config

Variable description
The maximum nesting level. Structures that nest further than this will simply print as a pound sign (#). The default is f, denoting unlimited nesting depth.

Variable value
Current value in global namespace:
15


Definition
IN: prettyprint.config

SYMBOL: nesting-limit inline