1. Closes all Local
files currently open. (Global files remain open
unless using BEGIN * ).
Note:
In
closing all files, the main console window will
be reset if the 'WK' System parameter is not on. The reset
consists of dropping all windows and all
non-global GUI controls. In addition the menu_bar
is reset to its default "Enabled"
state.
2. Resets PRECISION
to the default value of 2 (the value set in
the system 'PD' parameter.)
3. Clears local
variables. (Global variables are not affected
unless using BEGIN * )
a) All Variables
if no varlist appears on directive.
b) Only those in varlist if no EXCEPT
clause given
c) All but those in varlist if EXCEPT
clause present.
(See examples below)
4. Sets ERR,
RET, and CTL to
zero.
5. Clears FOR/NEXT,
GOSUB/RETURN, WHILE/WEND,
etc .. stack.
6. Resets pointer to
the first DATA item in the program.