Subversion Repositories wimsdev

Rev

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

Rev 5920 Rev 5921
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
<tt>$emph n1$emphend to$emph n2$emphend</tt>
18
<span class="tt">$emph n1$emphend to$emph n2$emphend</span>
19
For example, <tt>$emph 2 to -2$emphend</tt>
19
For example, <span class="tt">$emph 2 to -2$emphend</span>
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. 
21
and the last $(numlist_type)s. 
22
</p>
22
</p>