Hi im trying to compile a .pl file using swi prolog (on a windows machine).
Now i can understand that this first i am supposed to give the file like this:
['Users\Ask\Documents\Prolog\firstpro.pl']
And then compile
.
But when i do this i get this error:
ERROR: Syntax error: Undefined character escape in quoted atom or string: `\A'
ERROR: ['Users
ERROR: ** here **
ERROR: \Ask\Documents\Prolog\firstpro.pl']
It seems like swi interprets my forwardslash with a escape sequence, and therefore stops. But how else should I find my file?
thanks a lot
/instead? - David Tonhofer