dos_compilers/Microsoft QuickBASIC v3/manual/ng13449.html
2024-07-01 13:00:14 -07:00

33 lines
997 B
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng13094.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng135de.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>GOTO Unconditional Branch</B>
<B>GOTO</B> {<U>linenum</U> | <U>linelabel</U>}
Causes program execution to branch to a specified line.
----------------------------------------------------------------------
<B>Notes:</B> The target of the GOTO must be at the same program level.
That is, you cannot GOTO a subprogram, subroutine, or
multiline function definition.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng10c5d.html">EXIT</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>