fork download
  1. c(0):-!.
  2. c(X):-
  3. write(X), n1,
  4. succ(XN,X),
  5. c(XN).
  6.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
?-c(100)
compilation info
/home/4QhO9i/gplcYrH3gb.o: In function `Lpred1_1':
(.text+0x88): undefined reference to `predicate(n1/0)'
/home/4QhO9i/gplcYrH3gb.o: In function `Lpred1_1':
(.text+0xb2): undefined reference to `predicate(succ/2)'
collect2: ld returned 1 exit status
compilation failed
stdout
Standard output is empty