fork download
  1. go :-
  2. repeat,
  3. printt('Enter a number '),
  4. get0(Num), nl,
  5. (
  6. ((Num>58), print('You did not enter a number'),nl,fail)
  7. ;
  8. (print('Do it again'), nl, fail)
  9. ).
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/6hCY5V/gplcyiu3gb.o: In function `predicate(go/0)':
(.text+0x43): undefined reference to `predicate(printt/1)'
collect2: ld returned 1 exit status
compilation failed
stdout
Standard output is empty