Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Unload


It's possible to unload a module with the following command:
Unload "HOME:/filename.mod";

Where filename.mod contains the following:
MODULE paintprg

...

ENDMODULE

But how do one unload paintprg if the filename is not known?