1
2%9Syntax:%9
3
4UNLOAD %|<module> [<submodule>]
5
6%9Parameters:%9
7
8    The name of the module to unload.
9
10%9Description:%9
11
12    Removes a module from the memory.
13
14%9Examples:%9
15
16    /UNLOAD fish
17
18%9See also:%9 LOAD, SCRIPT
19
20