fork download
  1. odd(x):-x mod 2.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
?- odd(3)
compilation info
/home/I1qOnb/gplcS8F3gb.o: In function `predicate(odd/1)':
(.text+0x43): undefined reference to `predicate(mod/2)'
collect2: ld returned 1 exit status
compilation failed
stdout
Standard output is empty