
Not disply the prompt "|:", how?
Quote:
>I believe this is impposible....but still want to ask you:
>After get0/1, can SWI-Prolog not disply the prompt "|:"?
There is very little impossible. See prompt/2:
?- prompt(Old, '').
Old = '|: '
Tip-of-the-day (:-):
?- apropos(prompt).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jan Wielemaker Author of SWI-Prolog and the XPCE GUI library
SWI, University of Amsterdam http://www.swi.psy.uva.nl/projects/SWI-Prolog/