Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>exit exit multiline function, loop, or subprogram</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EXIT                     Exit Multiline Function, Loop, or Subprogram

 EXIT {DEF | DO | FOR | SUB}

    Exits a multiline function definition, a DO loop, a FOR loop, or a
    subprogram.

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

      Notes:    The construct definition is not ENDed by the EXIT
                statement. An END statement is still required.

                Premature exit from a nested DO or FOR loop transfers
                control to the immediately enclosing loop.

See Also: DEF FN DO FOR SUB...END SUB

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