Print

Print


> > How do you plan to handle different GOTOs pointing to the same
> > CONTINUE?
> 
> I don't understand the concern.  What is there to handle?

I think the question referred to the COME FROM discussion. It would have
to allow multiple goto's.

10 goto 100
  ...
20 goto 100
  ...
100 comefrom 10 20
  ...
30 goto 100 !this is an error the compiler would have to flag


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%