Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/en/html/macro/command/pause.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 332 by maya, Sun Dec 17 15:20:31 2006 UTC revision 571 by maya, Fri Sep 21 02:02:56 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">    "http://www.w3.org/TR/html4/strict.dtd">
3  <HTML>  <html>
4  <HEAD>  <head>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6  <TITLE>pause</TITLE>    <title>pause</title>
7  <META http-equiv="Content-Style-Type" content="text/css">    <meta http-equiv="Content-Style-Type" content="text/css">
8  <link rel="stylesheet" href="../../style.css" type="text/css">    <link rel="stylesheet" href="../../style.css" type="text/css">
9  </HEAD>  </head>
 <BODY>  
   
 <DIV ALIGN="left">  
 <FONT SIZE="+2">pause</FONT><BR><BR>  
 </div>  
   
 Format:  
 <UL>  
 <B>pause &lt;time&gt;</B>  
 </UL>  
 <P></P>  
10    
11  Pauses for &lt;time&gt; seconds.  <body>
12  <P></P>  
13    
14    <h1>pause</h1>
15    
16  <pre>  <p>
17  Example:  Pauses.
18          pause 10                        Pause for 10 seconds.  </p>
19          pause Time  
20    <pre class="macro-syntax">
21    pause &lt;time&gt;
22  </pre>  </pre>
23    
24  </BODY>  <h2>Remarks</h2>
25  </HTML>  
26    <p>
27    Pauses for &lt;time&gt; seconds.
28    </p>
29    
30    <h2>Example</h2>
31    
32    <pre class="macro-example">
33    <code>; Pause for 10 seconds.
34    pause 10
35    
36    pause Time
37    </code></pre>
38    
39    </body>
40    </html>

Legend:
Removed from v.332  
changed lines
  Added in v.571

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26