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