tweak README

This commit is contained in:
Mark Thom
2017-12-03 14:23:00 -07:00
parent 0ee2286199
commit 775fe42781

View File

@@ -48,7 +48,7 @@ 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`.
`(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\)/2`, `(\/)/2`, `(>>)/2`, `(<<)/2`.
* `atomic/1`
* `call/N` (1 <= N <= 63)
* `catch/3`