Subversion Repositories wimsdev

Rev

Rev 9148 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9148 Rev 10181
Line 5... Line 5...
5
test2=!listunion $set1 and $set2
5
test2=!listunion $set1 and $set2
6
test3=!listcomplement $set2 in $set1
6
test3=!listcomplement $set2 in $set1
7
test4=!listcomplement $set1 in $set2
7
test4=!listcomplement $set1 in $set2
8
test5=!listintersection $set1 and $set1
8
test5=!listintersection $set1 and $set1
9
 
9
 
10
test=$test1\
10
vartest=$test1\
11
$test2\
11
$test2\
12
$test3\
12
$test3\
13
$test4\
13
$test4\
14
$test5
14
$test5