From c0df8cb578916e9b4a077b56b8511ecfeb0d66a8 Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Sun, 19 Apr 2020 19:17:00 +0200 Subject: [PATCH] update answer to use the latest toplevel improvements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 652e7b98..d0c06988 100644 --- a/README.md +++ b/README.md @@ -185,8 +185,8 @@ arithmetic operators with the usual precedences, ``` ?- write_canonical(-5 + 3 - (2 * 4) // 8), nl. - -(+(-5,3),//(*(2,4),8)) -true. +-(+(-5,3),//(*(2,4),8)) + true. ``` New operators can be defined using the `op` declaration. -- 2.54.0