<?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=Underscore_and_ampersand</id>
		<title>Underscore and ampersand - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=Underscore_and_ampersand"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=Underscore_and_ampersand&amp;action=history"/>
		<updated>2026-05-04T09:44:48Z</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=Underscore_and_ampersand&amp;diff=978&amp;oldid=prev</id>
		<title>Badge: New page:  == Underscore and ampersand ==  The line continuation (_) and multiple statement on a line (&amp;) characters can be combined to produce a connected and structured code block. For example, th...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=Underscore_and_ampersand&amp;diff=978&amp;oldid=prev"/>
				<updated>2009-05-31T08:27:46Z</updated>
		
		<summary type="html">&lt;p&gt;New page:  == Underscore and ampersand ==  The line continuation (_) and multiple statement on a line (&amp;amp;) characters can be combined to produce a connected and structured code block. For example, th...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Underscore and ampersand ==&lt;br /&gt;
&lt;br /&gt;
The line continuation (_) and multiple statement on a line (&amp;amp;) characters can be combined to produce a connected and structured code block. For example, the following IF/THEN statement includes multiple actions to be taken if the condition is true: &lt;br /&gt;
      IF OPTION$=&amp;quot;QUIT&amp;quot; THEN_&lt;br /&gt;
      CLOSE (1) &amp;amp;_&lt;br /&gt;
      PRINT (0) &amp;quot;STOPPING PROGRAM NOW.&amp;quot; &amp;amp;_&lt;br /&gt;
      PRINT (0) &amp;quot;PRESS ENTER TO CONTINUE.&amp;quot; &amp;amp;_&lt;br /&gt;
      INPUT (0) &amp;quot;&amp;quot; &amp;amp;_&lt;br /&gt;
      RUN &amp;quot;QMONITOR&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This example could also be written with the IF/ENDIF structure. In that case, the line continuation and multiple statements characters would not be used. For more information, see the IF statement.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>