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]portray_text(+OnOff:boolean)
Switch portraying on or off. If true, consider lists of integers as list of Unicode code points and print them as corresponding text inside quotes: `text` or "text". Quoting depends on the value of current_prolog_flag/2 back_quotes. Same as
?- set_portray_text(enabled, true).