Annotation of rpl/modules/sets/example.rpl, revision 1.3

1.1       bertrand    1: #!/usr/local/bin/rpl -sp -m sets.rplso
                      2: 
                      3: TEST
                      4: <<
1.3     ! bertrand    5:    externals disp
1.1       bertrand    6: 
1.3     ! bertrand    7:    ([ 1 2 3 4 5 6 7 8 9 ]) ([ 3 6 8 ]) complement disp
        !             8:    ([ 1 2 8 9 ]) ([ 3 6 8 ]) union disp
        !             9:    ([ 1 2 8 9 ]) ([ 3 6 ]) intersection disp
1.1       bertrand   10: 
1.3     ! bertrand   11:    ([ 1 2 3 0 ]) disp
        !            12:    ([ 1 2 3 5 ]) s->l disp
        !            13:    { 1 2 2 5 1 2 } l->s disp
        !            14: 
        !            15:    clmf
1.1       bertrand   16: >>

CVSweb interface <joel.bertrand@systella.fr>