Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

procedure comments are not allowed #6

Open
essentialexch opened this issue Jan 16, 2023 · 2 comments
Open

procedure comments are not allowed #6

essentialexch opened this issue Jan 16, 2023 · 2 comments

Comments

@essentialexch
Copy link

ALGOL-60 provides for extended comments in procedure declarations, e.g.:

REAL PROCEDURE A (Z) is the array :(L) is the lower bound :(U) is the upper bound :()
    VALUE L, U;
    INTEGER L, U;
    ARRAY Z[0];
    FORWARD;

You do not allow this.

@NevilleDNZ
Copy link

Can refer me to the clause in the original stds spec:

@essentialexch
Copy link
Author

See 3.2.1 for definition. See 5.4.2 for an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants