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
prog.pl:2: fatal error: redefining built-in predicate (@>=)/2
compilation failed
stdout
Standard output is empty