add length, =.., more tests of builtins.

This commit is contained in:
Mark Thom
2018-01-27 15:37:59 -07:00
parent f939a9e129
commit 4f645b4664
7 changed files with 246 additions and 4 deletions

View File

@@ -78,6 +78,7 @@ The following predicates are built-in to rusty-wam.
* Comparison operators: `>`, `<`, `=<`, `>=`, `=:=`, `=\=`.
* `(\+)/1`
* `(=)/2`
* `(=..)/2`
* `(->)/2`
* `(;)/2`
* `arg/3`
@@ -89,6 +90,7 @@ The following predicates are built-in to rusty-wam.
* `false/0`
* `functor/3`
* `integer/1`
* `length/2`
* `throw/1`
* `true/0`
* `var/1`