]> Repositorios git - scryer-prolog.git/commitdiff
add control operators.
authorMark Thom <[email protected]>
Tue, 5 Sep 2017 05:30:07 +0000 (23:30 -0600)
committerMark Thom <[email protected]>
Tue, 5 Sep 2017 05:30:07 +0000 (23:30 -0600)
README.md

index 26233865abbf906603e90ae19307d4ecab4e9471..952b51d840e01861457d2eefac7dace1cbd1882c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Extend rusty-wam to include the following, among other features:
 * Built-in and user-defined operators of all fixities,
   with custom associativity and precedence.
 * Bignum and floating point arithmetic.
-* Built-in control operators (`;`, `->`, etc.).
+* Built-in control operators (`,`, `;`, `->`, etc.).
 * Attributed variables using the SICStus Prolog interface and
   semantics. Adding coroutines like `dif/2`, `freeze/2`, etc.
   is straightforward with attributed variables.