Skip to content

Using the result variable with {$MODE DELPHI} causes the compiler to fail #84

@EmilyGraceSeville7cf

Description

@EmilyGraceSeville7cf
{$MODE DELPHI}

function MyFunction(): integer;
begin
  result := 1;
end;

begin
end.

The error shown: length=2; index=2

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