]> Repositorios git - scryer-prolog.git/commitdiff
document arg, functor, conditionals
authorMark Thom <[email protected]>
Thu, 11 Jan 2018 23:13:13 +0000 (16:13 -0700)
committerMark Thom <[email protected]>
Thu, 11 Jan 2018 23:13:13 +0000 (16:13 -0700)
README.md

index b43ed20ac3df7dbc841874eba73ab9a0c859c189..62319166a3ffaf745db8328d5b39b7b7accc3a04 100644 (file)
--- a/README.md
+++ b/README.md
@@ -77,12 +77,16 @@ The following predicates are built-in to rusty-wam.
       `(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\)/2`, `(\/)/2`, `(>>)/2`, `(<<)/2`.
     * Comparison operators: `>`, `<`, `=<`, `>=`, `=:=`, `=\=`.
 * `(\+)/1`
-* `(=)/2`    
+* `(=)/2`
+* `(->)/2`
+* `(;)/2`
+* `arg/3`
 * `atomic/1`
 * `call/N` (1 <= N <= 63)
 * `catch/3`
 * `duplicate_term/2`
 * `false/0`
+* `functor/3`
 * `integer/1`
 * `throw/1`
 * `true/0`