Am Sonntag 14 August 2011, 00:02:27 schrieb Martin: > > procedure Deprecated; > procedure Foo(deprecated: Boolean); > > type > deprecated = boolean; > var > a: deprecated; > > > etc. > > MSE-ide appears to highlight quite some of them. > Correct. MSEide uses a very simple syntax highlighing method and does not parse the code in deep. Martin