From 60b09edec16935c340ee823dab10a7843ca09825 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Fri, 15 Nov 2019 16:51:53 +0100 Subject: [PATCH] Add -5 note --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6fd3aa..4b3abeb 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ available syntax. * Infix operators are stricter: an infix operator must have spaces around it. You **cannot** have more than one operator without parentheses, therefore operator precedence does not come into play - in Duet (this is intentional). + in Duet (this is intentional). This also permits you to write `-5` + without worrying about where it rests. * Superclasses are not supported. * Operator definitions are not supported. * There is only `Integer` and `Rational` number types: they are