Diff for /rpl/modules/sets/sets.rplc between versions 1.3 and 1.5

version 1.3, 2017/07/03 11:47:04 version 1.5, 2017/07/03 12:23:48
Line 9 Line 9
 libraryName(sets);  libraryName(sets);
   
 declareSubroutine(onLoading)  declareSubroutine(onLoading)
     notice(stdout, "\nSets library V1R1 for RPL/2(C) 2017 BERTRAND Joel\n");      notice(stdout, "\nSets library V1R1 for RPL/2 (C) 2017 BERTRAND Joel\n");
     notice(stdout, "Sets library loaded.\n\n");      notice(stdout, "Sets library loaded.\n\n");
 endSubroutine  endSubroutine
   
Line 17  declareSubroutine(onClosing) Line 17  declareSubroutine(onClosing)
     notice(stdout, "Sets library unloaded.\n\n");      notice(stdout, "Sets library unloaded.\n\n");
 endSubroutine  endSubroutine
   
 exportExternalFunctions(intersection, union);  exportExternalFunctions(
           complement,
           intersection,
           union);
   
 // vim: ts=4  // vim: ts=4

Removed from v.1.3  
changed lines
  Added in v.1.5


CVSweb interface <joel.bertrand@systella.fr>