users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: read/2 problem in gprolog-1.2.16 with SuSE 8.1


From: Vic Bancroft
Subject: Re: read/2 problem in gprolog-1.2.16 with SuSE 8.1
Date: Sat, 12 Oct 2002 13:04:51 -0400 (EDT)

On Fri, 11 Oct 2002 address@hidden wrote:

> I have a problem with a very simple program:
> 
> q4 :- open('test.txt',read,F,[type(text)]),
>       read(F,R),write(R),
>       close(F).

Does the file 'test.txt' contain valid prolog syntax ?

more,
l8r,

------------------------------------------------------------------- 
Victor Bancroft, Principal Engineer, Zvolve Systems [v]770.551.4505 
1050 Crown Pointe Pkwy, Suite 300, Atlanta GA 30338 [f]770.551.4509 
Fellow, Artificial Intelligence Center              [v]706.542-0358 
Athens, Georgia  30602, U.S.A           http://ai.uga.edu/~bancroft 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]