/usr/local/lib/swipl/library/ext/pengines/pengines_io.pl
All Application Manual Name SummaryHelp

  • ext
    • pengines
      • pengines.pl -- Pengines: Web Logic Programming Made Easy
      • pengines_io.pl -- Provide Prolog I/O for HTML clients
        • message_hook/3
        • show_html_hook/1
        • pengine_writeln/1
        • pengine_nl/0
        • pengine_tab/1
        • pengine_flush_output/0
        • pengine_write_term/2
        • pengine_write/1
        • pengine_writeq/1
        • pengine_display/1
        • pengine_print/1
        • pengine_write_canonical/1
        • pengine_format/1
        • pengine_format/2
        • pengine_listing/0
        • pengine_listing/1
        • message_lines_to_html/3
        • send_html/1
        • binding_term//3
        • pengine_io_predicate/1
        • pengine_bind_io_to_html/1
 user:message_hook(+Term, +Kind, +Lines) is semidet[multifile, library(pengines_io)]
Send output from print_message/2 to the pengine. Messages are embedded in a <pre class=msg-Kind></pre> environment.