I'm working on a model written in Fortran 95, which I am completely new to. The concept of statement labels seems strange, and I've so far only found the explanation that the labels can be arbitrarily decided by the author, usually incrementing by 10's.
Are there any practical uses of these labels, other than picking out more easily where a statement is ending? AND a generally accepted standard on how to label.