statement/END statement/END NAME END -- Stops program execution ABBREVIATION e <shift> N SYNOPSIS END FUNCTION When the program executes an END statement, the program stops RUNing immediately. You may use the CONT command to restart the program at the statement following the END statement. INPUTS None RESULT Program stops running. EXAMPLES END NOTES None BUGS None SEE ALSO CONT RUN STOP