Re: Report enhancements

From: Howard Brazee (howard_at_brazee.net)
Date: 11/02/04


Date: Tue, 2 Nov 2004 15:04:28 GMT

I wouldn't mind seeing EXIT becoming archaic. It is very easy to replace with
CONTINUE.

CONTINUE has an advantage with debugger:

 PARAGRAPH-EXIT.
     CONTINUE.
D DISPLAY "Reached Paragraph-exit".

I don't see any disadvantage to using the word CONTINUE now that it is available
everywhere.