even(X) :- X mod 2 is 0.
?- even(123).
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!