loading files in prolog
- by cubearth
hey guys, am a bit of a newbie in Prolog. And am going thru this tutorial on line and it is telling me i can load other prolog files by typing:
[filename].
but ever time I try this am getting
ERROR: load_files/2: Arguments are not sufficiently instantiated.
What am i doing wrong?
P.S. the file is in the same directory as the one am working in.
and here is a copy of the entire query and error.
12 ?- [KB5].
ERROR: load_files/2: Arguments are not sufficiently instantiated