Multiple choice technology web technology

What does ESCAPE statement signify

  1. stops the execution of the entire Natural application

  2. stops the execution of the Natural application and also ends the Natural session

  3. terminates the execution of the processing loop and continues

  4. NONE

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The ESCAPE statement in Natural terminates the current processing loop and continues execution with the statement following the loop. It does not stop the entire application or session.