Anonymous - 2023-06-25

Hello!

Imagine a program, that builds an input screen by means of the SCREEN SECTION. It is displayed and filled by the user. The last lines are like this:

CALL "SYSTEM" USING "FOO".
STOP RUN.

After the system call, the program rebuilds the SCREEN before exiting. I'd like to avoid the redraw and the program to directly exit after the CALL.

Any chance without avoiding the CALL itself?

TIA!