Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/doc/en/html/macro/command/until.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8939 - (hide annotations) (download) (as text)
Thu Oct 1 16:06:58 2020 UTC (3 years, 8 months ago) by nmaya
File MIME type: text/html
File size: 1170 byte(s)
マクロコマンドが Tera Term バージョンいくつから存在するか、それぞれのマクロコマンドのヘルプページに記載

ticket #40808
MFT to: 4-stable
1 maya 3227 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3     <html>
4     <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6     <title>until, enduntil</title>
7     <meta http-equiv="Content-Style-Type" content="text/css">
8     <link rel="stylesheet" href="../../style.css" type="text/css">
9     </head>
10    
11     <body>
12    
13    
14     <h1>until, enduntil</h1>
15    
16     <p>
17 nmaya 8939 Repeats. <em>(version 4.56 or later)</em>
18 maya 3227 </p>
19    
20     <pre class="macro-syntax">
21 doda 6409 until &lt;expression&gt;
22    
23     ...
24    
25     ...
26    
27 maya 3227 enduntil
28     </pre>
29    
30     <h2>Remarks</h2>
31    
32     <p>
33 yutakapon 4597 Repeats the statements between 'until' and 'enduntil' while &lt;expression&gt; is zero.
34 maya 3227 </p>
35    
36     <h2>Example</h2>
37    
38     <pre class="macro-example">
39     ; Repeat ten times.
40     i = 1
41 doda 6409 until i &gt; 10
42 maya 3227 i = i + 1
43     enduntil
44     </pre>
45    
46 doda 6409 <h2>See also</h2>
47     <ul>
48     <li><a href="../syntax/expressions.html">Expressions and operators</a></li>
49     <li><a href="doloop.html">do, loop</a></li>
50     <li><a href="fornext.html">for, next</a></li>
51     <li><a href="while.html">while, endwhile</a></li>
52     <li><a href="break.html">break</a></li>
53     <li><a href="continue.html">continue</a></li>
54     </ul>
55 yutakapon 4597
56 maya 3227 </body>
57     </html>

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