read_animal(X) :- write('please type animal name:'), nl, read(X), animal(X).
dogggg
/home/7lmnL0/gplcILG3gb.o: In function `predicate(read_animal/1)': (.text+0x86): undefined reference to `predicate(animal/1)' collect2: ld returned 1 exit status compilation failed
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!