Did you know ... Search Documentation:
Pack onepointfour_basics -- prolog/dict_pp/decision.pl
PublicShow source
 decision_how_to_display(+Tag, +SettingsDict, -DecisionForTag, -DecisionForBorder, -DecisionForPadding)
Determine what to do with a dict that shall be transformed into lines, given its Tag, which may be an unbound variable, and the settings in SettingsDict.

Instantiates as follows:

DecisionForTagtrueprint the dict's tag
falsedo not print the dict's tag (the tag is never printed if it is an unbound variable)
DecisionForBordertruedecorate output with an ASCII border
falsedo not decorate output
DecisionForPaddingtruepad around content lines with a (possibly zero-thickness) border of whitespace
falsedo not pad