--- rpl/modules/sets/sets.rplc 2017/07/03 12:15:30 1.4 +++ rpl/modules/sets/sets.rplc 2017/07/30 21:59:03 1.7 @@ -9,17 +9,19 @@ libraryName(sets); 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"); endSubroutine declareSubroutine(onClosing) - notice(stdout, "Sets library unloaded.\n\n"); + notice(stdout, "\nSets library unloaded.\n\n"); endSubroutine exportExternalFunctions( complement, intersection, + l->s, + s->l, union); // vim: ts=4