fork download
  1. ?- write(Y).
  2. Y= 9.
  3.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pl:1:4: syntax error: . or operator expected after expression
prog.pl:2: fatal error: redefining built-in predicate (=)/2
compilation failed
stdout
Standard output is empty