fork download
  1. even(x) :- 0 is mod(x,2).
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
even(8).
compilation info
prog.pl:1: fatal error: unknown expression in arithmetic expression (atm(x))
compilation failed
stdout
Standard output is empty