projog
FAQs
Manual
Download
4.10.
-
- minus operator.
4.12.
*
- performs multiplication.
4.11.
mod
- finds the remainder of division of one number by another.
The result has the same sign as the divisor (i.e. second argument).
Examples
See
Prolog Arithmetic Operators
4.10.
-
- minus operator.
4.12.
*
- performs multiplication.