From 8ee27af9fd542c83a04daee7d78eeb5e79848275 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Mon, 4 Sep 2017 23:30:07 -0600 Subject: [PATCH] add control operators. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26233865..952b51d8 100644 --- 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. -- 2.54.0