add term comparison operators.

This commit is contained in:
Mark Thom
2018-02-13 23:53:16 -07:00
parent 1a5eab180a
commit a13501dc1a

View File

@@ -79,7 +79,7 @@ The following predicates are built-in to rusty-wam.
* Comparison operators: `>`, `<`, `=<`, `>=`, `=:=`, `=\=`. * Comparison operators: `>`, `<`, `=<`, `>=`, `=:=`, `=\=`.
* `(@>)/2` * `(@>)/2`
* `(@>=)/2` * `(@>=)/2`
* `(@=>)/2` * `(@=<)/2`
* `(@<)/2` * `(@<)/2`
* `(\+)/1` * `(\+)/1`
* `(==)/2` * `(==)/2`