39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
|
<HTML>
|
||
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
||
|
<BODY>
|
||
|
|
||
|
<A HREF="ng108e8.html">[<<Previous Entry]</A>
|
||
|
<A HREF="ng320.html">[^^Up^^]</A>
|
||
|
<A HREF="ng10e75.html">[Next Entry>>]</A>
|
||
|
<A HREF="menu.html" >[Menu]</A>
|
||
|
<A HREF="info.html">[About The Guide]</A>
|
||
|
<HR>
|
||
|
<PRE>
|
||
|
<B>EXIT Exit Multiline Function, Loop, or Subprogram</B>
|
||
|
|
||
|
<B>EXIT</B> {DEF | DO | FOR | SUB}
|
||
|
|
||
|
Exits a multiline function definition, a DO loop, a FOR loop, or a
|
||
|
subprogram.
|
||
|
|
||
|
----------------------------------------------------------------------
|
||
|
|
||
|
<B>Notes:</B> 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.
|
||
|
</PRE>
|
||
|
<HR>
|
||
|
<B>See Also:</B>
|
||
|
<A HREF="ngc7f7.html">DEF FN</A>
|
||
|
<A HREF="nge1c2.html">DO</A>
|
||
|
<A HREF="ng11abb.html">FOR</A>
|
||
|
<A HREF="ng2fea2.html">SUB...END SUB</A>
|
||
|
<HR>
|
||
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
||
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
||
|
<HR>
|
||
|
</BODY>
|
||
|
</HTML>
|