File:  [local] / rpl / modules / sets / example.rpl
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Jul 4 12:32:37 2017 UTC (6 years, 10 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Cohérence.

    1: #!/usr/local/bin/rpl -sp -m sets.rplso
    2: 
    3: TEST
    4: <<
    5:     "sets.rplso" use
    6: 
    7:     -> L
    8:     <<
    9:         ([ 1 2 3 4 5 6 7 8 9 ]) ([ 3 6 8 ]) complement disp
   10:         ([ 1 2 8 9 ]) ([ 3 6 8 ]) union disp
   11:         ([ 1 2 8 9 ]) ([ 3 6 ]) intersection disp
   12: 
   13:         L remove
   14:     >>
   15: >>

CVSweb interface <joel.bertrand@systella.fr>