Home | Notes | Languages | Programs | Homework |
prolog compiler |
Matthew Posid (mposid@VT.EDU)
Wed, 31 Oct 2001 19:11:36 -0500
Message-ID: <3BE09338.C36A5AD3@vt.edu> Date: Wed, 31 Oct 2001 19:11:36 -0500 From: Matthew Posid <mposid@VT.EDU> Subject: prolog compiler
i'm having trouble getting a program to load in the prolog
compiler...every time i try to load a file (including the ones on the
prolog section of the class website), the compiler returns a new line
with a "|" displayed. that is all it does. if it hit ctrl+z, it tells
me i have an unexpected end of file.
i have tried entering the load command as both:
['3children.pro'] and as
['g:/prolog/3children.pro']
etc...
and they both have the same results. any thoughts??
thanks.
Home | Notes | Languages | Programs | Homework |