fork download
  1. even(X) :- 0 is mod(X,2)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
even(1).
compilation info
prog.pl:1:25: syntax error: . or operator expected after expression
	1 error(s)
compilation failed
stdout
Standard output is empty