Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/doc/en/html/macro/syntax/identifiers.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10810 - (hide annotations) (download) (as text)
Fri Jul 28 15:13:01 2023 UTC (10 months, 1 week ago) by nmaya
File MIME type: text/html
File size: 1605 byte(s)
変数名・ラベル名の最大長が誤っているのを修正

32->31

ticket #39729
1 maya 3227 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3 doda 6464 <html>
4     <head>
5 maya 3227 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 doda 6464 <title>Identifiers and reserved words</title>
7     <meta http-equiv="Content-Style-Type" content="text/css">
8 maya 3227 <link rel="stylesheet" href="../../style.css" type="text/css">
9 doda 6464 </head>
10     <body>
11 maya 3227
12     <h1>Identifiers and reserved words</h1>
13    
14 doda 6464 <h2>Variable identifiers</h2>
15 maya 3227
16     <p>
17 nmaya 10810 The first character must be an alphabetic (A-Z, a-z) or an underscore character "_". Subsequent characters can be alphabetic, underscore or numeric (0-9). Variable identifiers are not case-sensitive. The maximum length is 31.
18 maya 3227 </p>
19    
20     <pre>
21     Example:
22     VARIABLE
23     _flag
24     </pre>
25    
26 doda 6464 <h2>Label identifiers</h2>
27 maya 3227
28     <p>
29 nmaya 10810 Label identifiers consist of alphabetic, underscore or numeric characters, and are not case-sensitive. The maximum length is 31.
30 maya 3227 </p>
31    
32     <pre>
33     Example:
34     label1
35     100
36     </pre>
37    
38 doda 6464 <h2>Reserved words</h2>
39 maya 3227
40     <p>
41     The following words are reserved:
42     </p>
43    
44 doda 6464 <dl>
45     <dt>Command</dt>
46     <dd>bplusrecv, bplussend, changedir... (see the <A HREF="../command/index.html">command list</A>)</dd>
47 maya 3227
48 doda 6464 <dt>Operator</dt>
49     <dd>and, not, or, xor</dd>
50 maya 3227
51 doda 6464 <dt>System variable</dt>
52     <dd>
53 maya 3227 groupmatchstr1, groupmatchstr2, groupmatchstr3, groupmatchstr4, groupmatchstr5,
54 doda 6464 groupmatchstr6, groupmatchstr7, groupmatchstr8, groupmatchstr9,<br>
55     param1, param2, param3, param4, param5, param6, param7, param8, param9, params, paramcnt,<br>
56     inputstr, matchstr, result, timeout, mtimeout
57     </dd>
58     </dl>
59 maya 3227
60 doda 6464 </body>
61     </html>

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