From 2c659f40ff9f34a917ba4d51ac956065ba8668c0 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 24 May 2017 16:25:40 -0700 Subject: [PATCH] Clarify unexpected parsing of if statements --- help/unexpected | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/unexpected b/help/unexpected index a2c2280..49cd566 100644 --- a/help/unexpected +++ b/help/unexpected @@ -318,7 +318,7 @@ Unexpected } because calc will parse the if being terminated by - an empty statement followed by a + an empty statement followed by { ... }. As in: if (expr) ; { @@ -404,7 +404,7 @@ Unexpected 64 -## Copyright (C) 1999-2007,2014 Landon Curt Noll +## Copyright (C) 1999-2007,2014,2017 Landon Curt Noll ## ## Calc is open software; you can redistribute it and/or modify it under ## the terms of the version 2.1 of the GNU Lesser General Public License