Rev 20 | Rev 4330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 4161 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Data range |
- | |
5 | slib_parms=1\ |
4 | |
6 | ,data as items, words or lines |
- | |
7 | slib_author=Adeline Grelot and Bernadette PERRIN-RIOU |
5 | slib_author=Adeline Grelot and Bernadette PERRIN-RIOU |
8 | slib_out=data range |
- | |
- | 6 | ||
9 | slib_example=1,3,5,0,10,-4\ |
7 | slib_example=1,3,5,0,10,-4\ |
10 | 1 3 5 0 10 -4\ |
8 | 1 3 5 0 10 -4\ |
11 | 1;3;5;0;10;-4 |
9 | 1;3;5;0;10;-4 |
12 | !exit |
10 | !exit |
13 | 11 |