35 lines
984 B
HTML
35 lines
984 B
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="nge5df.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ngf203.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>END Terminate Program</B>
|
|
|
|
<B>END</B>
|
|
|
|
Terminates execution of a program, closes all files opened by the
|
|
program, and returns control to the operating system.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> END as the last (highest-numbered) instruction in a
|
|
program is optional.
|
|
|
|
END returns control to DOS.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng2f4d7.html">STOP</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>
|