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

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