tweak README

This commit is contained in:
Mark Thom
2017-12-03 14:22:26 -07:00
parent a2e0b84618
commit 0ee2286199

View File

@@ -47,18 +47,18 @@ ideally, very fast) [Shen](http://shenlanguage.org) implementation.
The following predicates are built-in to rusty-wam.
* Arithmetic support:
* is/2 works for (+)/2, (-)/{1,2}, (*)/2, (//)/2, (div)/2, (/)/2, (rdiv)/2,
(xor)/2, (rem)/2, (mod)/2, (/\\)/2, (\\/)/2, (>>)/2, (<<)/2.
* atomic/1
* call/N (1 <= N <= 63)
* catch/3
* duplicate_term/2
* false/0
* (\\+)/1
* (=)/2
* throw/1
* true/0
* var/1
* is/2 works for `(+)/2`, `(-)/{1,2}`, `(*)/2`, `(//)/2`, `(div)/2`, `(/)/2`, `(rdiv)/2`,
`(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\\)/2`, `(\\/)/2`, `(>>)/2`, `(<<)/2`.
* `atomic/1`
* `call/N` (1 <= N <= 63)
* `catch/3`
* `duplicate_term/2`
* `false/0`
* `(\\+)/1`
* `(=)/2`
* `throw/1`
* `true/0`
* `var/1`
## Tutorial
To enter a multi-clause predicate, the brackets ":{" and "}:" are used