]> Repositorios git - scryer-prolog.git/commitdiff
add term comparison operators.
authorMark Thom <[email protected]>
Wed, 14 Feb 2018 06:52:52 +0000 (23:52 -0700)
committerMark Thom <[email protected]>
Wed, 14 Feb 2018 06:52:52 +0000 (23:52 -0700)
README.md

index e2f976999e5507d5e0ba5b21e228a7380b94b744..946db2833ae548de45230b0e7400d21ab3a743ed 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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`,
       `(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\)/2`, `(\/)/2`, `(>>)/2`, `(<<)/2`.
     * Comparison operators: `>`, `<`, `=<`, `>=`, `=:=`, `=\=`.
+* `(@>)/2`
+* `(@>=)/2`
+* `(@=>)/2`
+* `(@<)/2`
 * `(\+)/1`
 * `(==)/2`
 * `(\==)/2`