--- rpl/modules/sets/sets.rplc 2017/07/03 11:47:04 1.3 +++ rpl/modules/sets/sets.rplc 2017/07/03 12:23:48 1.5 @@ -9,7 +9,7 @@ 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 @@ -17,6 +17,9 @@ declareSubroutine(onClosing) notice(stdout, "Sets library unloaded.\n\n"); endSubroutine -exportExternalFunctions(intersection, union); +exportExternalFunctions( + complement, + intersection, + union); // vim: ts=4