![]() ![]() | ![]() |
version 1.3, 2017/07/03 11:47:04 | version 1.4, 2017/07/03 12:15:30 |
---|---|
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 |