[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'time' not recognized as reserved when first word after 'if'
From: |
Dan Douglas |
Subject: |
Re: 'time' not recognized as reserved when first word after 'if' |
Date: |
Mon, 9 Jun 2014 22:40:56 -0500 |
On Mon, Jun 9, 2014 at 7:51 PM, Dale R. Worley <worley@alum.mit.edu> wrote:
> But if I add braces around the condition, 'time' is recognized:
That's not too surprising. That "!" is unaffected is. "if ! ! time :;
then ..." is an equivalent but working pipeline. "if time { :; };"
should also be valid but time isn't recognized.