On Thu, 26 Nov 2009 13:38:53 +0100 Mattias Gaertner <[email protected]> wrote:
> I'm extending the codetools scanner for directives conditionals. > The doc mentions the following operators: > =, <>, >, <, >=, <=, AND, NOT, OR, IN > > http://community.freepascal.org:10000/docs-html/prog/progsu99.html#x113-1120002.4.1 > > What does the IN operator? I mean, on what sets does it work? On pascal > sets? > > Are these the only operators? What about +, -, *, <<, >>, shl, shr, > xor? Allowed: 1+1<3 Not allowed: (1+1)<3 Are brackets not supported? Maybe only in some modes? Mattias _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
