fork download
  1. Odd_even(X) :-
  2. mod(X,2) @>= 1.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
?- Odd_even(5)
compilation info
prog.pl:1:9: syntax error: . or operator expected after expression
	1 error(s)
compilation failed
stdout
Standard output is empty