Skip to content

Allow alphanumeric line labels as goto target #249

@Beliavsky

Description

@Beliavsky

On Fortran Discourse it was suggested (and I agree) that alphanumeric line labels be allowed, since

go to error_controller
...
error_controller: If (error) then

is more legible than

go to 1234
...
1234 If (error) then

Metadata

Metadata

Assignees

No one assigned

    Labels

    Clause 11Standard Clause 11: Execution control

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions