> >From ciao Wed Mar 22 13:12:57 2000
> Received: from mistral.dia.fi.upm.es by clip.dia.fi.upm.es (8.9.3/FI-4.1) Wed, 22 Mar 2000 13:12:57 +0100
> Received: by mistral.dia.fi.upm.es (8.8.8/FI-4.1) Wed, 22 Mar 2000 13:12:57 +0100
> Date: Wed, 22 Mar 2000 13:12:57 +0100
> Message-Id: <200003221212.NAA19186(a)mistral.dia.fi.upm.es>
> From: "Pablo S. Torralba" <psanchez(a)mistral.dia.fi.upm.es>
> To: ciao-users
> Subject: Characters strings
>
>
> Hi,
>
> I know that exists a flag for changing the behavior of the ciao
> system, so the characters strings are shown like a readable string
> rather than an ascii codes list.
Try:
:- set_prolog_flag(write_strings, on).
--