END

Function

END terminates user program execution.

Syntax

END

Examples

100 END

when executed, displays:

READY

and returns control to the Basic command level.

Remarks

END does not require an argument.

This is normally the last line of a program although Basic will default an END even if it does not exist. END may also be used Ir the middle of programs for terminating it.

Generally user programs do not END but retain control over HUNTER operation.