On Mon, Jun 9, 2014 at 7:51 PM, Dale R. Worley <wor...@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.

Reply via email to