By default, SICStus Prolog will only display the first ten elements of a list (after which it shows ...
).
How do you make Prolog display all the elements of a long list? I have tried:
set_prolog_flag(toplevel_print_options,
[quoted(true), portray(true), max_depth(100), priority(699)]).
but I get the message
expected write_option, but found portray(true)