version 1.4, 2017/07/03 12:15:30
|
version 1.6, 2017/07/04 10:28:08
|
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 |
|
|
declareSubroutine(onClosing) |
declareSubroutine(onClosing) |
notice(stdout, "Sets library unloaded.\n\n"); |
notice(stdout, "\nSets library unloaded.\n\n"); |
endSubroutine |
endSubroutine |
|
|
exportExternalFunctions( |
exportExternalFunctions( |