How to read the data from txt files? What is the code, or example of the program SWI prolog.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
http://www.swi-prolog.org/Download.html, is a GUI for read SWI prolog files. |
|||
|
|
Prolog has a number of input/output predicates, falling into two categories: the new ISO ones or the old ones compatible with Edinburgh and DEC 10 versions. For full details including example code, see the reference manual: http://www.swi-prolog.org/pldoc/doc_for?object=section(2,'4.15',swi('/doc/Manual/IO.html')) |
|||
|
|