K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-07-14T22:31:45.092911Z K 7 svn:log V 275 sh: There cannot be a TNOT in simplecmd(), remove checks. simplecmd() only handles simple commands and function definitions, neither of which involves the ! keyword. The initial token on entry to simplecmd() is one of the following: TSEMI, TAND, TOR, TNL, TEOF, TWORD, TRP. END