K 10 svn:author V 3 ian K 8 svn:date V 27 2014-12-27T03:19:04.158382Z K 7 svn:log V 343 MFC r274924, r274936: Consider the negation operator (!) to be a word even if it is not followed by whitespace. This allows "optional !foo" which is what most programmers are naturally going to tend to do as opposed to "optional ! foo". Fix the negation (!) operator so that it binds only to the word that immediately follows it. END