fork download
  1. number(0).
  2. number(0) :- mod(X,2) is 0.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
number(4).
compilation info
prog.pl:1: fatal error: redefining built-in predicate number/1
compilation failed
stdout
Standard output is empty