document arg, functor, conditionals
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user