Subversion Repositories wimsdev

Rev

Rev 32 | Rev 5766 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32 Rev 1091
Line 13... Line 13...
13
$numlist_type. A negative integer denotes the number of $numlist_type from 
13
$numlist_type. A negative integer denotes the number of $numlist_type from 
14
the end of $numlist_str: $emph-1$emphend
14
the end of $numlist_str: $emph-1$emphend
15
means the last $numlist_type, $emph-2$emphend means
15
means the last $numlist_type, $emph-2$emphend means
16
the next-to-last $numlist_type, etc. <p>
16
the next-to-last $numlist_type, etc. <p>
17
The syntax for a range of integers is
17
The syntax for a range of integers is
18
<pre>$emph n1$emphend to$emph n2$emphend</pre>
18
<tt>$emph n1$emphend to$emph n2$emphend</tt>
19
For example, <tt>$emph 2 to -2$emphend</tt>
19
For example, <tt>$emph 2 to -2$emphend</tt>
20
means the whole $numlist_str except the first
20
means the whole $numlist_str except the first
21
and the last $(numlist_type)s. <br>
21
and the last $(numlist_type)s. <br>
22
 
-
 
23
 
-
 
24
 
-