Skip to content

Forward is missing from EBNF #3

@CWBudde

Description

@CWBudde

I think the language option to forward a function body is yet missing.

Something like

procedure a; forward;

procedure b;
begin
  a;
end;

procedure a;
begin
  b;
end;

(OK, the code is bogus, but just for the idea why and where to use it).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions