<?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=Statement_Continuation</id>
		<title>Statement Continuation - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=Statement_Continuation"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=Statement_Continuation&amp;action=history"/>
		<updated>2026-05-04T09:42:02Z</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=Statement_Continuation&amp;diff=977&amp;oldid=prev</id>
		<title>Badge: New page:  == Statement Continuation ==  The Internet Basic compiler reads up to 132 characters per source line. If you need to write a statement longer than this, use the underline character (_) at...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=Statement_Continuation&amp;diff=977&amp;oldid=prev"/>
				<updated>2009-05-31T08:26:33Z</updated>
		
		<summary type="html">&lt;p&gt;New page:  == Statement Continuation ==  The Internet Basic compiler reads up to 132 characters per source line. If you need to write a statement longer than this, use the underline character (_) at...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Statement Continuation ==&lt;br /&gt;
&lt;br /&gt;
The Internet Basic compiler reads up to 132 characters per source line. If you need to write a statement longer than this, use the underline character (_) at the end of the source line to continue the statement on the following editor line. &lt;br /&gt;
The underline character signals the Internet Basic compiler that the current statement is being continued on the following source line. &lt;br /&gt;
&lt;br /&gt;
There is no limit to the number of lines that may be joined using the underline continuation character. &lt;br /&gt;
&lt;br /&gt;
'''Notes:'''&lt;br /&gt;
&lt;br /&gt;
The underline character can be used in all divisions of an Internet Basic source program. &lt;br /&gt;
Any characters following the underline character will be ignored by the Internet Basic compiler. These superfluous characters are treated as remarks and not compiled into the object program. &lt;br /&gt;
If you are writing your source programs with the legacy Comet Editor (CED) program, the maximum line length is 80 characters. &lt;br /&gt;
Also see Underscore and ampersand. &lt;br /&gt;
&lt;br /&gt;
'''Example:'''  &lt;br /&gt;
&lt;br /&gt;
 DATA: FORMAT PARTNUM$;_&lt;br /&gt;
             DESC$;_&lt;br /&gt;
             QTYHAND;_&lt;br /&gt;
             QTYORD;_&lt;br /&gt;
             QTYCOMM;_&lt;br /&gt;
             AVAIL;_&lt;br /&gt;
             LOCATION$;_&lt;br /&gt;
             VENDOR$_&lt;br /&gt;
&lt;br /&gt;
In this example, a FORMAT statement is continued to several source lines (and indented on the secondary lines for readability purposes only).&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>