document arg, functor, conditionals

This commit is contained in:
Mark Thom
2018-01-11 16:13:13 -07:00
parent 848068c734
commit 930d00a806

View File

@@ -78,11 +78,15 @@ The following predicates are built-in to rusty-wam.
* Comparison operators: `>`, `<`, `=<`, `>=`, `=:=`, `=\=`.
* `(\+)/1`
* `(=)/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`