move print_constant logic to heap_print.rs

This commit is contained in:
Mark Thom
2018-07-16 19:06:27 -06:00
parent f5e254dd64
commit c5e1a08214
5 changed files with 50 additions and 30 deletions

View File

@@ -134,7 +134,6 @@ The following predicates are built-in to rusty-wam.
* `compare/3`
* `compound/1`
* `cyclic_term/1`
* `display/1`
* `duplicate_term/2`
* `false/0`
* `float/1`
@@ -158,6 +157,7 @@ The following predicates are built-in to rusty-wam.
* `throw/1`
* `true/0`
* `var/1`
* `writeq/1`
## Tutorial
To enter a multi-clause predicate, the brackets ":{" and "}:" are used