<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://brwiki2.brulescorp.com/brwiki2/index.php?action=history&amp;feed=atom&amp;title=On_Error_Gosub</id>
	<title>On Error Gosub - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://brwiki2.brulescorp.com/brwiki2/index.php?action=history&amp;feed=atom&amp;title=On_Error_Gosub"/>
	<link rel="alternate" type="text/html" href="https://brwiki2.brulescorp.com/brwiki2/index.php?title=On_Error_Gosub&amp;action=history"/>
	<updated>2026-04-16T14:05:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://brwiki2.brulescorp.com/brwiki2/index.php?title=On_Error_Gosub&amp;diff=9912&amp;oldid=prev</id>
		<title>Laura: Created page with &quot;The ON ERROR statement has been augmented to support GOSUB in addition to GOTO and SYSTEM. This is a very important feature because it permits multiple nested ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://brwiki2.brulescorp.com/brwiki2/index.php?title=On_Error_Gosub&amp;diff=9912&amp;oldid=prev"/>
		<updated>2014-09-23T03:24:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &lt;a href=&quot;/brwiki2/index.php?title=ON_ERROR&quot; class=&quot;mw-redirect&quot; title=&quot;ON ERROR&quot;&gt;ON ERROR&lt;/a&gt; statement has been augmented to support &lt;a href=&quot;/brwiki2/index.php?title=GOSUB&quot; class=&quot;mw-redirect&quot; title=&quot;GOSUB&quot;&gt;GOSUB&lt;/a&gt; in addition to &lt;a href=&quot;/brwiki2/index.php?title=GOTO&quot; class=&quot;mw-redirect&quot; title=&quot;GOTO&quot;&gt;GOTO&lt;/a&gt; and &lt;a href=&quot;/brwiki2/index.php?title=SYSTEM&quot; class=&quot;mw-redirect&quot; title=&quot;SYSTEM&quot;&gt;SYSTEM&lt;/a&gt;. This is a very important feature because it permits multiple nested ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The [[ON ERROR]] statement has been augmented to support [[GOSUB]] in addition to [[GOTO]] and [[SYSTEM]]. This is a very important feature because it permits multiple nested error processes and [[ON FKEY]] GOSUB label-reference. Programmers are no longer limited to the simple [[RETRY]] or [[CONTINUE]] to return from an interrupt. &lt;br /&gt;
&lt;br /&gt;
A [[RETURN]] from such an interrupt will resume where [[RETRY]] does unless the error condition occurs at the completion of an Input/Output operation, in which case it performs a [[CONTINUE]]. &lt;br /&gt;
&lt;br /&gt;
====Notes==== &lt;br /&gt;
*The keyboard buffer is cleared by ON error GOSUB interrupts.&lt;br /&gt;
*By default, BR checks for Fkey interrupts every eight statements. Use the [[BREAK]] configuration statement to vary this.&lt;br /&gt;
*If an ON FKEY GOSUB / GOTO statement catches an interrupt during a SLEEP operation the Sleep is immediately terminated. In the case of GOSUB, a RETURN resumes with the clause following the Sleep.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Definitions]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Laura</name></author>
	</entry>
</feed>