-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
engineImprovements to the core engineImprovements to the core engineenhancementImprovements to an existing featureImprovements to an existing feature
Milestone
Description
Prerequisites
- This improvement has not already been suggested.
- This improvement would be generally useful, not specific to my code or setup.
Engine area
Delphi language support
Improvement description
Delphi 13 has introduced a new is not operator.
Example
if not (Obj is TFoo) then ... // classic syntax
if Obj is not TFoo then ... // new syntaxSee
Rationale
Delphi 13 support.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engineImprovements to the core engineImprovements to the core engineenhancementImprovements to an existing featureImprovements to an existing feature