]> Repositorios git - scryer-prolog.git/commitdiff
update README
authorMark Thom <[email protected]>
Wed, 13 Mar 2019 15:29:28 +0000 (09:29 -0600)
committerMark Thom <[email protected]>
Wed, 13 Mar 2019 15:29:28 +0000 (09:29 -0600)
README.md

index 45d8ce27365459183679fff4c3e2dbb9365f485e..4e8627fdd1c1bf951d1cd1b7fdc1615c56972249 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ Extend Scryer Prolog to include the following, among other features:
 * Clause creation and destruction (`asserta/1`, `assertz/1`,
   `retract/1`, `abolish/1`) with logical update semantics (_done_).  
 * Backtrackable and non-backtrackable global variables via `bb_get/2`
-  `bb_put/2` (non-backtrackable) and `b_bb_put/2`
+  `bb_put/2` (non-backtrackable) and `bb_b_put/2`
   (backtrackable).  (_done_).
 * Streams and predicates for stream control (_in progress_).
 * An incremental compacting garbage collector satisfying the five
@@ -143,6 +143,7 @@ The following predicates are built-in to Scryer.
 * `atom/1`
 * `atomic/1`
 * `bagof/3`
+* `bb_b_put/2`
 * `bb_get/2`
 * `bb_put/2`
 * `between/3`