add term comparison operators.
This commit is contained in:
@@ -77,6 +77,10 @@ The following predicates are built-in to rusty-wam.
|
|||||||
* `is/2` works for `(+)/2`, `(-)/{1,2}`, `(*)/2`, `(//)/2`, `(div)/2`, `(/)/2`, `(rdiv)/2`,
|
* `is/2` works for `(+)/2`, `(-)/{1,2}`, `(*)/2`, `(//)/2`, `(div)/2`, `(/)/2`, `(rdiv)/2`,
|
||||||
`(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\)/2`, `(\/)/2`, `(>>)/2`, `(<<)/2`.
|
`(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\)/2`, `(\/)/2`, `(>>)/2`, `(<<)/2`.
|
||||||
* Comparison operators: `>`, `<`, `=<`, `>=`, `=:=`, `=\=`.
|
* Comparison operators: `>`, `<`, `=<`, `>=`, `=:=`, `=\=`.
|
||||||
|
* `(@>)/2`
|
||||||
|
* `(@>=)/2`
|
||||||
|
* `(@=>)/2`
|
||||||
|
* `(@<)/2`
|
||||||
* `(\+)/1`
|
* `(\+)/1`
|
||||||
* `(==)/2`
|
* `(==)/2`
|
||||||
* `(\==)/2`
|
* `(\==)/2`
|
||||||
|
|||||||
Reference in New Issue
Block a user