fork download
  1. even(N) :- N mod 2 =:= 0.
Success #stdin #stdout 0.01s 68352KB
stdin
even(1)
stdout
GNU Prolog 1.3.1
By Daniel Diaz
Copyright (C) 1999-2009 Daniel Diaz
uncaught exception: error(syntax_error('user_input:1 (char:8) . or operator expected after expression'),read_term/3)