From: Mark Thom Date: Thu, 11 Jan 2018 23:13:13 +0000 (-0700) Subject: document arg, functor, conditionals X-Git-Tag: v0.8.110~638 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=930d00a806d45d36f48d7d6e3edff57d6dd0497c;p=scryer-prolog.git document arg, functor, conditionals --- diff --git a/README.md b/README.md index b43ed20a..62319166 100644 --- 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`