BASIC FUNCTIONS
SECTION 5.6
5.6.2
Function EOO terminates user program executi.on.
Syntax END
Examples 1000 END
when executed, displays:
READY
and returns control to the Basic command level.
Remarks END does not require an argument.
Thifl is normally the last line of a program although Basic
will default an END even if it does not exist. END may
also be userl
ir the middle of programs for terminating it.
Generally user programs do not END but retain control over
HUNTER operation.
VER.V09F'
PAGE 5 - 30