Table of Contents

Advertisement

END
Purpose
The END instruction terminates the execution of the
program,
closes all the opened files and returns
control to the Basic mode.
Form
Description
(1) The user can write the END statement anywhere in
the program.
If there is an open file at the time when
the END statement is specified, it will be closed.
The
control stops the program operation and returns to the
Basic Mode.
(2) When no END statement is found at the end of the
program, the system performs the same operations auto­
matically (closing all files and going into the Basic
Mode).
Example
>500 END
3-46

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents