users-prolog
[Top][All Lists]
Advanced

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

Re: get rid of prolog banner


From: Lindsey Spratt
Subject: Re: get rid of prolog banner
Date: Sat, 26 Apr 2003 19:46:38 -0500


On Saturday, April 26, 2003, at 02:46 PM, address@hidden wrote:

'[testProlog],open(result,write,myOutput,),set_output(myOutput),foo(bar );close(myOutput),halt(0)'
warning: command-line goal
'[testProlog],open(result,write,myOutput,),set_output(myOutput),foo(bar );close(myOutput),halt(0)' caused exception:
error(syntax_error('constant term stream:1 (char:41) expression
expected'),read_term_from_atom/3)

Looking around char 41 of the warning string '[testProlog],open(result,write,myOutput,),set_output(myOutput),foo(bar) ;close(myOutput),halt(0)', there's an extra comma following myOutput in "open(result,write,myOutput,)".

Lindsey Spratt
http://homepage.mac.com/lspratt






reply via email to

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