Source position: pastree.pp line 1745
const ExprKindNames: array [TPasExprKind] of string = ('Ident', 'Number', 'String', 'Set', 'Nil', 'BoolConst', 'Range', 'Unary', 'Binary', 'FuncParams', 'ArrayParams', 'ListOfExp', 'Inherited', 'Self', 'Specialize', 'Procedure'); |