Script started on XXX XXX XX 15:24:59 XXXX > cat all.p :- ['01-dictionary.p', '01-process.p', '01-sentence.p']. > pl Welcome to SWI-Prolog (Multi-threaded, Version 5.6.24) Copyright (c) 1990-2006 University of Amsterdam. SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Please visit http://www.swi-prolog.org for details. For help, use ?- help(Topic). or ?- apropos(Word). ?- ['all.p']. % 01-dictionary.p compiled 0.00 sec, 3,840 bytes % io.p compiled 0.01 sec, 8,372 bytes % 01-process.p compiled 0.01 sec, 10,140 bytes % 01-sentence.p compiled 0.00 sec, 3,364 bytes % all.p compiled 0.01 sec, 17,848 bytes Yes ?- cvt. |: bluebird. bluebird . leaves remainder X = [] |: woodduck. woodduck . leaves remainder X = [] |: lily. lily . leaves remainder X = [] |: cow. cow . leaves remainder X = [cow, .] Can't interpret that |: horse. horse . leaves remainder X = [horse, .] Can't interpret that |: bluebirds. bluebirds . leaves remainder X = [] |: lilies. lilies . leaves remainder X = [] |: quit. Yes ?- halt. > exit > script done on XXX XXX XX 15:26:06 XXXX