A.35 library(portray_text): Portray text
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(portray_text): Portray text
          • portray_text/1
          • set_portray_text/2
          • set_portray_text/3
          • is_text_code/1
    • Packages
Availability::- use_module(library(portray_text)).(can be autoloaded)
Source[det]set_portray_text(+Key, +Value)
[det]set_portray_text(+Key, ?Old, +New)
Set options for portraying. Defined Keys are:
enabled
Enable/disable portray text
min_length
Only consider for conversion lists of integers that have a length of at least Value. Default is 3.
ellipsis
When converting a list that is longer than Value, elide the output at the start using ellipsis, leaving only Value number of non-elided characters: `...end`