<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fenduse</id>
		<title>IB Statements/enduse - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fenduse"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/enduse&amp;action=history"/>
		<updated>2026-05-13T01:37:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/enduse&amp;diff=475&amp;oldid=prev</id>
		<title>Badge: New page: '''ENDUSE directive'''   '''Syntax:'''  ENDUSE    '''Discussion:'''  The ENDUSE statement is a compiler directive. As such, it causes an action to occur when the program is compiled, not w...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/enduse&amp;diff=475&amp;oldid=prev"/>
				<updated>2009-05-22T13:39:35Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;ENDUSE directive&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  ENDUSE    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The ENDUSE statement is a compiler directive. As such, it causes an action to occur when the program is compiled, not w...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''ENDUSE directive''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  ENDUSE  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The ENDUSE statement is a compiler directive. As such, it causes an action to occur when the program is compiled, not when the program is executed. &lt;br /&gt;
&lt;br /&gt;
The ENDUSE directive is a statement that is included only in a usefile. If you include multiple program segments in a single usefile, you must conclude each segment with an ENDUSE directive. This way, the compiler will merge lines up to the ENDUSE directive, but not beyond. &lt;br /&gt;
&lt;br /&gt;
See the USE directive for more information. &lt;br /&gt;
 &lt;br /&gt;
'''Example:'''  This example shows a usefile that contains three sections. Each section starts at a specific edit line number and ends with an ENDUSE directive. &lt;br /&gt;
Any of these three sections could be merged into a main program via a USE directive that specified the starting edit line number of the desired section (i.e., line 1000, line 2000, or line 3000). &lt;br /&gt;
&lt;br /&gt;
 Editor&lt;br /&gt;
 line&lt;br /&gt;
 number   Internet Basic Statement&lt;br /&gt;
 ================================&lt;br /&gt;
 1000     ! First part of usefile&lt;br /&gt;
 1100     .&lt;br /&gt;
 1200     .&lt;br /&gt;
 1300     .&lt;br /&gt;
 1400     ENDUSE &lt;br /&gt;
 .&lt;br /&gt;
 2000     ! Scond part of usefile&lt;br /&gt;
 2100     .&lt;br /&gt;
 2200     .&lt;br /&gt;
 2300     .&lt;br /&gt;
 2400     ENDUSE&lt;br /&gt;
 .&lt;br /&gt;
 3000     ! Third part of usefile&lt;br /&gt;
 3100     .&lt;br /&gt;
 3200     .&lt;br /&gt;
 3300     .&lt;br /&gt;
 3400     ENDUSE&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>