Rev 11428 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11428 | Rev 17228 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ``numlist'' can be a single integer, a comma-separated list of |
1 | ``numlist'' can be a single integer, a comma-separated list of |
2 | integers, or a range of integers. |
2 | integers, or a range of integers. |
3 | <br |
3 | <br> |
4 | A positive integer denotes the number of $numlist_type in $numlist_str |
4 | A positive integer denotes the number of $numlist_type in $numlist_str |
5 | counted from the beginning, |
5 | counted from the beginning, |
6 | with ``1'' corresponding to the first |
6 | with ``1'' corresponding to the first |
7 | $numlist_type. A negative integer denotes the number of $numlist_type from |
7 | $numlist_type. A negative integer denotes the number of $numlist_type from |
8 | the end of $numlist_str: ``-1'' |
8 | the end of $numlist_str: ``-1'' |