<?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%2Fwait</id>
		<title>IB Statements/wait - 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%2Fwait"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/wait&amp;action=history"/>
		<updated>2026-05-13T01:16:37Z</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/wait&amp;diff=335&amp;oldid=prev</id>
		<title>Badge: New page: '''WAIT statement'''   '''Syntax:'''  WAIT    '''Discussion:'''  The WAIT statement performs a &quot;dummy input&quot; on logical unit number 0 (i.e., the video screen). The WAIT statement suspends ...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/wait&amp;diff=335&amp;oldid=prev"/>
				<updated>2009-05-20T10:07:25Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;WAIT statement&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  WAIT    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The WAIT statement performs a &amp;quot;dummy input&amp;quot; on logical unit number 0 (i.e., the video screen). The WAIT statement suspends ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''WAIT statement'''&lt;br /&gt;
 &lt;br /&gt;
'''Syntax:'''  WAIT  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The WAIT statement performs a &amp;quot;dummy input&amp;quot; on logical unit number 0 (i.e., the video screen). The WAIT statement suspends the program until the user presses the Enter key, after which the program proceeds to the next instruction. This statement provides a convenient way to keep the displayed information on the video screen as long as necessary.&lt;br /&gt;
 &lt;br /&gt;
The WAIT statement is a synonym for the following statement: &lt;br /&gt;
&lt;br /&gt;
  INPUT (0) &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
'''History:'''  This statement was added in Build 294.  &lt;br /&gt;
&lt;br /&gt;
'''Example:'''  Print &amp;quot;Please align the paper and press Enter when ready...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
WAIT&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
In this example, a message is displayed on the video screen. The WAIT statement keeps the message on the screen until the user presses the Enter key, at which time the program proceeds to the next instruction.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>