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'),
  7. ;
  8. (print('Do it again'), nl, fail)
  9. ).
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pl:7:5: syntax error: current or previous operator needs brackets
	1 error(s)
compilation failed
stdout
Standard output is empty