On Fortran Discourse [it was suggested](https://fortran-lang.discourse.group/t/packs-the-classic-fortran-libraries/2751/10) (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 ```