File:  [local] / rpl / modules / sets / union.rplc
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Jun 29 12:32:57 2017 UTC (6 years, 11 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Ajout d'un module pour gérer les ensembles.

    1: #include "src/rplexternals.h"
    2: #include "sets.h"
    3: 
    4: declareExternalFunction(union)
    5:     HEADER
    6:         declareHelpString("Union");
    7:         numberOfArguments(2);
    8:     FUNCTION
    9:     END
   10: endExternalFunction
   11: 

CVSweb interface <joel.bertrand@systella.fr>