tweak README
This commit is contained in:
24
README.md
24
README.md
@@ -47,18 +47,18 @@ ideally, very fast) [Shen](http://shenlanguage.org) implementation.
|
|||||||
The following predicates are built-in to rusty-wam.
|
The following predicates are built-in to rusty-wam.
|
||||||
|
|
||||||
* Arithmetic support:
|
* Arithmetic support:
|
||||||
* is/2 works for (+)/2, (-)/{1,2}, (*)/2, (//)/2, (div)/2, (/)/2, (rdiv)/2,
|
* is/2 works for `(+)/2`, `(-)/{1,2}`, `(*)/2`, `(//)/2`, `(div)/2`, `(/)/2`, `(rdiv)/2`,
|
||||||
(xor)/2, (rem)/2, (mod)/2, (/\\)/2, (\\/)/2, (>>)/2, (<<)/2.
|
`(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\\)/2`, `(\\/)/2`, `(>>)/2`, `(<<)/2`.
|
||||||
* 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`
|
||||||
* (\\+)/1
|
* `(\\+)/1`
|
||||||
* (=)/2
|
* `(=)/2`
|
||||||
* throw/1
|
* `throw/1`
|
||||||
* true/0
|
* `true/0`
|
||||||
* var/1
|
* `var/1`
|
||||||
|
|
||||||
## Tutorial
|
## Tutorial
|
||||||
To enter a multi-clause predicate, the brackets ":{" and "}:" are used
|
To enter a multi-clause predicate, the brackets ":{" and "}:" are used
|
||||||
|
|||||||
Reference in New Issue
Block a user