Skip to content

Error when assigning a initial value to generic "global" variable in a specific way. #317

@Irame

Description

@Irame

For the following valid Delphi code:

VAR List: TList<Integer>= nil;

you get the error: 'Greater' expected found '>='

The important thing is >= of course.
You don't get the error if you just put a space in between those two symbols:

VAR List: TList<Integer> = nil;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions