Directives
RESET Reset Program State
   
Format RESET
   
Description The RESET directive does the following:
  1. Resets PRECISION to the default value of 2
  2. Sets ERR, RET, and CTL to zero.
  3. Clears FOR/NEXT, GOSUB/RETURN stack.
  4. Resets DATA position to the start of the program.
  5. Re-enables rounding mode

As of Version 4.20, the RESET directive reset FLOATINGPOINT to standard decimal notation and if the system parameter 'RR' is set, the system will also performs a reset on a RUN directive.

   
See Also BEGIN Reset Files and Variables, CLEAR Reset Variables,
START Restart ProvideX,
RUN Transfer and Execute a Program,
'RR' System Parameter.