Rev 9148 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8819 | bpr | 1 | set1=et,ou,ni, é |
2 | set2=ou,car,vers,6 |
||
3 | set3=$set1,$set2 |
||
4 | test1=!listuniq $set3 |
||
5 | test2=!listunion $set1 and $set2 |
||
6 | test3=!listcomplement $set2 in $set1 |
||
7 | test4=!listcomplement $set1 in $set2 |
||
8 | test5=!listintersection $set1 and $set1 |
||
9 | |||
10181 | bpr | 10 | vartest=$test1\ |
9148 | bpr | 11 | $test2\ |
12 | $test3\ |
||
13 | $test4\ |
||
14 | $test5 |