Re: B-prolog : limited number of vars ?




"Ecirbaf" <fabrice.marchant@xxxxxxxxx> wrote in message
news:1194280904.489070.174860@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

This way, with cl(), you said, it now works.

Maybe the issue com from the fact I used '[]' :

It has nothing to do with cl or compile or []. In Prolog (I have to say most
Prolog systems), you have to single-quote a file name if the file name has a
hyphen (or any other special character) in it because a term like a-b is not
an atom but a structure.

Hope this is the quickest way for you to learn Prolog:-).

Cheers,
Neng-Fa



.