even(4) :- N mod 2 =:= 0, write('EVEN').
Standard input is empty
prog.pl:2: warning: singleton variables [N] for even/1 prog.pl:2: fatal error: unbound variable in arithmetic expression 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!