The LABEL changes have fixed reported crashes and currently restrict labels
to where they can be branched to.
Lifting this restriction can be done later on top of the existing code. 
 

Lifting that restriction would be good .. it is really against the concept
of a 'label'.  
 
The (Concise) Oxford Dictionary includes, under label:
 

         *Computing:  a string of characters used to refer to a particular
instruction in a program. 

 
which is exactly the intent I had for labels (hence 'Trace L'), and in
NetRexx the labelling of loops, etc.   A label is just a name.
 
So any restriction should be in something that branches to a 'bad' place.
It's not the fault of the label :-).

Mike
 
 
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to