Rev 10173 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10077 | bpr | 1 | test1=!item 1 of aa (, cc),bb |
2 | test2=!item 2 of aa (, cc),bb |
||
3 | test3=!item 1 of aa (,) cc,bb |
||
4 | test4=!item 1 of aa (, cc,bb) |
||
10173 | bpr | 5 | test5=!item 1 of aa (, cc,bb |
10077 | bpr | 6 | |
7 | |||
10181 | bpr | 8 | vartest=$test1\ |
10077 | bpr | 9 | $test2\ |
10 | $test3\ |
||
10173 | bpr | 11 | $test4\ |
12 | $test5 |