Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - <b>end terminate program or structured block</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
END                      Terminate Program or Structured Block

END [{DEF | IF | SELECT | SUB}]

    Terminates execution of a program, closes all files opened by the
    program, and returns control to the operating system. Or terminates a
    multi-line function definition, a multi-line IF/THEN/ELSE construct, a
    SELECT CASE construct, or a procedure (subprogram).

   -------------------------------------------------------------------------

      Notes:    END, without argument, terminates execution and returns
                control to DOS or to Turbo Basic.

                END as the last (highest-numbered) instruction in a
                program is optional.

See Also: DEF FN IF SELECT STOP SYSTEM

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson