Hello,

I'm trying to translate a small Prolog programme into Pilog however I'm stuck on some basic things. For example, how would you translate this Prolog term:

intro :-

    write("somme text ...").


which yields to (in Swi-Prolog):

    ?. intro.

    somme text ...

    true.


Best,

Eric

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to