<?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=Multiple_Statements_on_a_Line</id>
		<title>Multiple Statements on a Line - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=Multiple_Statements_on_a_Line"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=Multiple_Statements_on_a_Line&amp;action=history"/>
		<updated>2026-05-04T09:41:41Z</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=Multiple_Statements_on_a_Line&amp;diff=976&amp;oldid=prev</id>
		<title>Badge: New page:  == Multiple Statements on a Line ==  One of the many convenient programming features of Internet Basic is the ability to write more than one source statement on the same editor line. A sp...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=Multiple_Statements_on_a_Line&amp;diff=976&amp;oldid=prev"/>
				<updated>2009-05-31T08:24:53Z</updated>
		
		<summary type="html">&lt;p&gt;New page:  == Multiple Statements on a Line ==  One of the many convenient programming features of Internet Basic is the ability to write more than one source statement on the same editor line. A sp...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Multiple Statements on a Line ==&lt;br /&gt;
&lt;br /&gt;
One of the many convenient programming features of Internet Basic is the ability to write more than one source statement on the same editor line. A special character is required for this purpose; the character is the ampersand (&amp;amp;). &lt;br /&gt;
When used on a source program line, the ampersand permits multiple statements to be written on a single line. There is no limit to the number of statements that can appear on one source line (other than the editor's line length limitation). &lt;br /&gt;
&lt;br /&gt;
'''Note:''' The ampersand character can be used in all divisions of an Internet Basic source program. &lt;br /&gt;
&lt;br /&gt;
Also see Underscore and ampersand. &lt;br /&gt;
&lt;br /&gt;
Example 1: &lt;br /&gt;
&lt;br /&gt;
   LET A=10 &amp;amp; LET B=20 &amp;amp; LET C=30&lt;br /&gt;
&lt;br /&gt;
This example shows how three assignment statements can be written on a single source line. &lt;br /&gt;
Example 2: &lt;br /&gt;
&lt;br /&gt;
   LENGTH 8.2 &amp;amp; LOCAL CRLIMIT&lt;br /&gt;
&lt;br /&gt;
This example shows how two Data Division statements (LENGTH and LOCAL) can be written on a single source line. &lt;br /&gt;
Example 3: &lt;br /&gt;
&lt;br /&gt;
   IF ARTOTAL GT CREDIT THEN PRINT (0) &amp;quot;OVER THE LIMIT&amp;quot; &amp;amp; GOTO 1000&lt;br /&gt;
&lt;br /&gt;
This example shows how multiple statements (PRINT and GOTO) can be written after the THEN clause of an IF statement.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>