<< >> Up Title 

Behemot Prolog - Standard Prolog

Behemot Prolog is not a standard prolog implementation.

Behemot Prolog understands only a subset of the prolog.
Operator ( ; ) will not work.
The following will work:

is
+ , - , =
consult, reconsult
! ( cut )
*, /, mod
sin, cos, tan,
asin, acos, atn,
sqrt, log, exp, pow,

>, <, >=, <=, =:=, =/=

<< >> Up Title