users-prolog
[Top][All Lists]
Advanced

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

Re: problem with include/1


From: Daniel Diaz
Subject: Re: problem with include/1
Date: Sat, 11 Dec 2010 17:19:17 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7

Hi

you need to use a directive (don't forget :-) like:

:- include(commons).

Daniel

Le 10/12/2010 18:06, vitotafuni a écrit :
hi to all

I need to have two separate prolog files: 1 for common functions and 1 for main program.
I'm using include/1 in main file like this

include('commons.pl').

but nothing to do!!

Anyone can help me?

-V-

--
Ce message a été vérifié par MailScanner pour des virus ou des polluriels et rien de suspect n'a été trouvé.
_______________________________________________ Users-prolog mailing list address@hidden http://lists.gnu.org/mailman/listinfo/users-prolog


reply via email to

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